]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/deprecation-in-future.stderr
Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay
[rust.git] / src / test / ui / deprecation / deprecation-in-future.stderr
1 warning: use of deprecated function `deprecated_future`: text
2   --> $DIR/deprecation-in-future.rs:9:5
3    |
4 LL |     deprecated_future(); // ok; deprecated_in_future only applies to rustc_deprecated
5    |     ^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: 1 warning emitted
10