We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f73a2 commit 89163fcCopy full SHA for 89163fc
src/doc/guide.md
@@ -2670,7 +2670,7 @@ $ cargo new modules --bin
2670
2671
Let's double check our work by compiling:
2672
2673
-```{bash,ignore}
+```{bash,notrust}
2674
$ cargo run
2675
Compiling modules v0.0.1 (file:///home/you/projects/modules)
2676
Running `target/modules`
src/test/compile-fail/gated-bad-feature.rs
@@ -20,4 +20,4 @@
20
#![feature = "foo"] //~ ERROR: malformed feature
21
22
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
23
-#![feature(test_accepted_feature)] //~ WARNING: feature has added
+#![feature(test_accepted_feature)] //~ WARNING: feature has been added
0 commit comments