mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
Fix failing test
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// error-pattern:failed to resolve imports
|
||||
use x = m::f;
|
||||
use x = m::f; //~ ERROR failed to resolve imports
|
||||
|
||||
mod m {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user