Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
deprecation
/
deprecated_no_stack_check.rs
blob: 8e1f5bbf045a5bf012d93e71210f4592a340ffe2 [
file
] [
log
] [
blame
]
#![
deny
(
warnings
)]
#![
feature
(
no_stack_check
)]
//~^ ERROR: feature has been removed [E0557]
fn
main
()
{
}