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 c1d75a2 commit b673c63Copy full SHA for b673c63
src/test/ui/feature-gates/gated-bad-feature.stderr
@@ -20,13 +20,13 @@ error: malformed `feature` attribute input
20
--> $DIR/gated-bad-feature.rs:5:1
21
|
22
LL | #![feature]
23
- | ^^^^^^^^^^^ help: must be of the form: `#![feature(name1, name1, ...)]`
+ | ^^^^^^^^^^^ help: must be of the form: `#![feature(name1, name2, ...)]`
24
25
error: malformed `feature` attribute input
26
--> $DIR/gated-bad-feature.rs:6:1
27
28
LL | #![feature = "foo"]
29
- | ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![feature(name1, name1, ...)]`
+ | ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![feature(name1, name2, ...)]`
30
31
error: aborting due to 5 previous errors
32
0 commit comments