]> git.lizzy.rs Git - rust.git/blob - tests/source/imports-impl-only-use.rs
Add a test for #3031 and update test
[rust.git] / tests / source / imports-impl-only-use.rs
1 #![feature(underscore_imports)]
2
3 use attr;
4 use std::iter::Iterator as _;