// Make sure that the spans of import errors are correct.
use abc::one_el;
//~^ ERROR
use abc::{a, bbb, cccccc};
use a_very_long_name::{el, el2};
fn main() {}