rust/src/test/ui/deprecation/deprecation-in-future.stderr

9 lines
274 B
Plaintext
Raw Normal View History

warning: use of deprecated item 'deprecated_future': text
2019-04-22 17:35:37 +01:00
--> $DIR/deprecation-in-future.rs:9:5
|
LL | deprecated_future(); // ok; deprecated_in_future only applies to rustc_deprecated
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default