]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/enum-glob-import-crate.rs
Move run-pass tests to UI tests
[rust.git] / tests / ui / crashes / enum-glob-import-crate.rs
1 #![deny(clippy::all)]
2 #![allow(unused_imports)]
3
4 use std::*;
5
6 fn main() {}