Closed
Description
I just saw the following when compiling rustc:
warning: unused imports: `PointerArithmetic`, `Scalar`==========> ] 102/110: rustc_mir
--> librustc_mir/interpret/validity.rs:18:5
|
18 | Scalar, AllocType, EvalResult, EvalErrorKind, PointerArithmetic
| ^^^^^^ ^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
There still seem to be problems with mixing output.
This is using gnome-terminal on Debian testing.