summary refs log tree commit diff
path: root/tests/ui/delegation/explicit-paths-pass.stderr
blob: 6d25fb4a5a57d1b494abd158106b2505784420a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `fn_delegation` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/explicit-paths-pass.rs:3:12
   |
LL | #![feature(fn_delegation)]
   |            ^^^^^^^^^^^^^
   |
   = note: see issue #118212 <https://github.com/rust-lang/rust/issues/118212> for more information
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted