summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/rustc-check-passes.stderr
blob: 9707895ff3dfe9edcea5ede5b23d71f53e512e5b (plain)
1
2
3
4
5
6
7
8
9
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`.