Skip to content

Commit 89163fc

Browse files
committed
Test fixes from the rollup
1 parent d4f73a2 commit 89163fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,7 @@ $ cargo new modules --bin
26702670

26712671
Let's double check our work by compiling:
26722672

2673-
```{bash,ignore}
2673+
```{bash,notrust}
26742674
$ cargo run
26752675
Compiling modules v0.0.1 (file:///home/you/projects/modules)
26762676
Running `target/modules`

src/test/compile-fail/gated-bad-feature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
#![feature = "foo"] //~ ERROR: malformed feature
2121

2222
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
23-
#![feature(test_accepted_feature)] //~ WARNING: feature has added
23+
#![feature(test_accepted_feature)] //~ WARNING: feature has been added

0 commit comments

Comments
 (0)