summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-fn_delegation.stderr
blob: 14d85c5263e0da403d8d28afa72f9a0a5b2e50ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 1 previous error