rust/tests/ui/feature-gates/feature-gate-global-registration.stderr

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

14 lines
362 B
Plaintext
Raw Normal View History

2024-05-20 02:18:49 -05:00
error: expected one of `!` or `::`, found `(`
--> $DIR/feature-gate-global-registration.rs:1:1
|
LL | todo!();
| ^^^^^^^
| |
| expected one of `!` or `::`
| in this macro invocation
|
= note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error