granite-rust/src/test/rustdoc-ui/rustc-check-passes.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
272 B
Text
Raw Normal View History

2021-02-27 18:36:15 +01:00
error[E0636]: the feature `box_syntax` has already been declared
--> $DIR/rustc-check-passes.rs:2:12
|
LL | #![feature(box_syntax)]
| ^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0636`.