summaryrefslogtreecommitdiffstats
path: root/src/test/ui/deprecation/deprecation-in-future.stderr
blob: 99d1c73413af4f084b2671da6ad51cd160ddbb2b (plain)
1
2
3
4
5
6
7
8
9
10
warning: use of deprecated function `deprecated_future`: text
  --> $DIR/deprecation-in-future.rs:9:5
   |
LL |     deprecated_future(); // ok; deprecated_in_future only applies with `#![feature(staged_api)]`
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted