In accordance with the [process](https://github.com/rust-lang/lang-team/blob/master/src/how_to/experiment.md). Detailed description of the feature can be found in the RFC repo - https://github.com/rust-lang/rfcs/pull/3530.
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
error: expected one of `!` or `::`, found `(`
|
|
--> $DIR/feature-gate-fn_delegation.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 previous error
|
|
|