rust/src/test/ui/rfc-2166-underscore-imports
Josh Triplett 7cec516ef9 Don't emit "unused extern crate" warnings for extern crate foo as _;
When importing a crate and renaming it to an underscore-prefixed name,
suppress "unused extern crate" warnings (but not idiom lints).
2018-08-29 08:53:54 -07:00
..
basic.rs Don't emit "unused extern crate" warnings for extern crate foo as _; 2018-08-29 08:53:54 -07:00
basic.stderr Don't emit "unused extern crate" warnings for extern crate foo as _; 2018-08-29 08:53:54 -07:00