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 dfc548d commit f099359Copy full SHA for f099359
src/test/run-pass/issue-1466.rs
@@ -1,3 +1,6 @@
1
+// exec-env:RUST_CC_ZEAL=1
2
+
3
fn main() {
4
+ #error["%?", os::getenv("RUST_CC_ZEAL")];
5
let _x = @{a: @10, b: ~true};
6
}
0 commit comments