Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-33464.rs
blob: a0edb5fdb6f9363b50946f90c6e9a3f8af299433 [
file
] [
log
] [
blame
] [
edit
]
// Make sure that the spans of import errors are correct.
use
abc
::
one_el
;
//~^ ERROR
use
abc
::{
a
,
bbb
,
cccccc
};
//~^ ERROR
use
a_very_long_name
::{
el
,
el2
};
//~^ ERROR
fn
main
()
{}