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 5a9b81a commit ca53d2eCopy full SHA for ca53d2e
scripts/test_rustc_tests.sh
@@ -27,8 +27,6 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
27
# missing features
28
# ================
29
30
-rm -r tests/run-make/comment-section # cg_clif doesn't yet write the .comment section
31
-
32
# requires stack unwinding
33
# FIXME add needs-unwind to these tests
34
rm -r tests/run-make/libtest-junit
src/debuginfo/mod.rs
@@ -20,7 +20,7 @@ use crate::prelude::*;
20
21
pub(crate) fn producer() -> String {
22
format!(
23
- "cg_clif (rustc {}, cranelift {})",
+ "rustc version {} with cranelift {}",
24
rustc_interface::util::rustc_version_str().unwrap_or("unknown version"),
25
cranelift_codegen::VERSION,
26
)
0 commit comments