rust/tests/ui/deprecation/deprecation-in-future.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
317 B
Plaintext
Raw Normal View History

warning: use of deprecated function `deprecated_future`: text
2019-04-22 16:35:37 +00:00
--> $DIR/deprecation-in-future.rs:9:5
|
2022-04-08 03:44:55 +00:00
LL | deprecated_future(); // ok; deprecated_in_future only applies with `#![feature(staged_api)]`
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: 1 warning emitted