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 655f642 commit 77ca63cCopy full SHA for 77ca63c
src/qc.rs
@@ -281,9 +281,9 @@ macro_rules! check {
281
print!("{} - Args: ", stringify!($name));
282
$(print!("{:?} ", $arg);)*
283
print!("\n");
284
- println!(" rustc-builtins: {:?}", my_answer);
285
- println!(" compiler_rt: {:?}", compiler_rt_answer);
286
- println!(" gcc_s: {:?}", gcc_s_answer);
+ println!(" compiler-builtins: {:?}", my_answer);
+ println!(" compiler_rt: {:?}", compiler_rt_answer);
+ println!(" gcc_s: {:?}", gcc_s_answer);
287
};
288
289
if my_answer != compiler_rt_answer {
0 commit comments