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

9 lines
225 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
|
2019-03-09 06:03:44 -06:00
LL | can-only-test-this-in-run-make-fulldeps
| ^ expected one of `!` or `::` here
error: aborting due to previous error