rust/tests/ui/feature-gates/feature-gate-extern_prelude.stderr

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

9 lines
222 B
Plaintext
Raw Normal View History

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