Skip to content

Commit 702fbc4

Browse files
committed
clean test
1 parent 35836d0 commit 702fbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/use/use-path-segment-kw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mod foo {
9898
use crate; //~ ERROR crate root imports need to be explicitly named: `use crate as name;`
9999
pub use crate as _crate; // Good
100100

101-
type B2 = ::crate; //~ ERROR
101+
type B2 = ::crate; //~ ERROR `crate`
102102
use ::crate; //~ ERROR crate root imports need to be explicitly named: `use crate as name;`
103103
//~^ ERROR unresolved import `crate`
104104
use ::crate as _crate2; //~ ERROR unresolved import `crate`

0 commit comments

Comments
 (0)