]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/deprecated_no_stack_check.rs
Cache expansion hash.
[rust.git] / src / test / ui / deprecation / deprecated_no_stack_check.rs
1 #![deny(warnings)]
2 #![feature(no_stack_check)]
3 //~^ ERROR: feature has been removed [E0557]
4 fn main() {
5
6 }