]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/enum-glob-import-crate.rs
Rollup merge of #5410 - dtolnay:trivially, r=flip1995
[rust.git] / tests / ui / crashes / enum-glob-import-crate.rs
1 // run-pass
2
3 #![deny(clippy::all)]
4 #![allow(unused_imports)]
5
6 use std::*;
7
8 fn main() {}