We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb756f commit 6e1cebbCopy full SHA for 6e1cebb
src/test/compile-fail/panic-runtime/auxiliary/runtime-depending-on-panic-runtime.rs renamed to src/test/compile-fail/panic-runtime/auxiliary/depends.rs
src/test/compile-fail/panic-runtime/runtime-depend-on-needs-runtime.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
// aux-build:needs-panic-runtime.rs
12
-// aux-build:runtime-depending-on-panic-runtime.rs
+// aux-build:depends.rs
13
// error-pattern:cannot depend on a crate that needs a panic runtime
14
15
-extern crate runtime_depending_on_panic_runtime;
+extern crate depends;
0 commit comments