]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/atomic_initializers.stderr
report kind of deprecated item in message
[rust.git] / src / test / ui / deprecation / atomic_initializers.stderr
1 warning: use of deprecated constant `std::sync::atomic::ATOMIC_ISIZE_INIT`: the `new` function is now preferred
2   --> $DIR/atomic_initializers.rs:8:27
3    |
4 LL | static FOO: AtomicIsize = ATOMIC_ISIZE_INIT;
5    |                           ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicIsize::new(0)`
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: 1 warning emitted
10