mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
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
|
|
|