We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296c182 commit b551fedCopy full SHA for b551fed
2 files changed
tests/compiletests/src/main.rs
@@ -122,6 +122,7 @@ impl Runner {
122
"-Zunstable-options",
123
"-Zcrate-attr=no_std",
124
"-Zcrate-attr=feature(abi_ptx)",
125
+ "-Zui-testing",
126
]
127
.join(" ")
128
}
tests/compiletests/ui/lang/compile_fail.stderr
@@ -1,10 +1,10 @@
1
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
2
- --> $DIR/compile_fail.rs:5:14
3
- |
4
-5 | let _s = std::fs::File::create("foo.txt");
5
- | ^^^ use of unresolved module or unlinked crate `std`
6
7
- = help: you might be missing a crate named `std`
+ --> $DIR/compile_fail.rs:5:14
+ |
+LL | let _s = std::fs::File::create("foo.txt");
+ | ^^^ use of unresolved module or unlinked crate `std`
+ = help: you might be missing a crate named `std`
8
9
error: aborting due to 1 previous error
10
0 commit comments