about summary refs log tree commit diff
path: root/tests/ui/deprecation/deprecated_no_stack_check.stderr
blob: 33788661d73002b498adc44b0d1669638e05e641 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0557]: feature has been removed
  --> $DIR/deprecated_no_stack_check.rs:2:12
   |
LL | #![feature(no_stack_check)]
   |            ^^^^^^^^^^^^^^ feature has been removed
   |
   = note: removed in 1.0.0; see <https://github.com/rust-lang/rust/pull/40110> for more information

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0557`.