Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
issue-79546-fuel-ice.rs
blob: dbee924d26e702ee8d27c6307889863a14b7f3d8 [
file
] [
log
] [
blame
] [
edit
]
// Regression test for the ICE described in #79546.
//@ compile-flags: --cap-lints=allow -Zfuel=issue79546=0
//@ check-pass
#![
crate_name
=
"issue79546"
]
struct
S
;
fn
main
()
{}