From 34d90cda47797e2ed7d4039c1b41afca57a56725 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 26 Jul 2023 00:02:42 +0900 Subject: [PATCH] feat: testing for compilation failure rpt tweet --- content/blog/rust-pro-tips-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/rust-pro-tips-collection.md b/content/blog/rust-pro-tips-collection.md index 1ce0d86..16d2e9f 100644 --- a/content/blog/rust-pro-tips-collection.md +++ b/content/blog/rust-pro-tips-collection.md @@ -14,7 +14,7 @@ This is a collection of Rust "pro tips" that I've collected, most of which have ## 27. Testing for compilation failure - +[Tweet](https://twitter.com/sudo_build/status/1683855149956218881) Create tests intended to fail compilation with the `compile_fail` attribute on documentation tests.