]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-79546-fuel-ice.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / issue-79546-fuel-ice.rs
1 // Regression test for the ICE described in #79546.
2
3 // compile-flags: --cap-lints=allow -Zfuel=issue79546=0
4 // check-pass
5 #![crate_name="issue79546"]
6
7 struct S;
8 fn main() {}