rust/src/test/ui/feature-gates/feature-gate-extern_prelude.stderr

9 lines
274 B
Plaintext
Raw Normal View History

error: expected one of `!` or `::`, found `-`
2018-12-25 09:56:47 -06:00
--> $DIR/feature-gate-extern_prelude.rs:1:4
|
LL | can-only-test-this-in-run-make-fulldeps //~ ERROR expected one of `!` or `::`, found `-`
| ^ expected one of `!` or `::` here
error: aborting due to previous error