| error[E0658]: use of unstable library feature `new_range_api_legacy` |
| --> $DIR/new_range_stability.rs:65:5 |
| | |
| LL | use std::range::legacy; |
| | ^^^^^^^^^^^^^^^^^^ |
| | |
| = note: see issue #125687 <https://github.com/rust-lang/rust/issues/125687> for more information |
| = help: add `#![feature(new_range_api_legacy)]` to the crate attributes to enable |
| = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| |
| error[E0658]: use of unstable library feature `new_range_remainder` |
| --> $DIR/new_range_stability.rs:23:7 |
| | |
| LL | i.remainder(); |
| | ^^^^^^^^^ |
| | |
| = note: see issue #154458 <https://github.com/rust-lang/rust/issues/154458> for more information |
| = help: add `#![feature(new_range_remainder)]` to the crate attributes to enable |
| = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| |
| error[E0658]: use of unstable library feature `new_range_remainder` |
| --> $DIR/new_range_stability.rs:44:7 |
| | |
| LL | i.remainder(); |
| | ^^^^^^^^^ |
| | |
| = note: see issue #154458 <https://github.com/rust-lang/rust/issues/154458> for more information |
| = help: add `#![feature(new_range_remainder)]` to the crate attributes to enable |
| = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| |
| error[E0658]: use of unstable library feature `new_range_remainder` |
| --> $DIR/new_range_stability.rs:60:7 |
| | |
| LL | i.remainder(); |
| | ^^^^^^^^^ |
| | |
| = note: see issue #154458 <https://github.com/rust-lang/rust/issues/154458> for more information |
| = help: add `#![feature(new_range_remainder)]` to the crate attributes to enable |
| = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| |
| error: aborting due to 4 previous errors |
| |
| For more information about this error, try `rustc --explain E0658`. |