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 17a6d41 commit 3173418Copy full SHA for 3173418
src/sysroot.rs
@@ -547,7 +547,7 @@ impl Blueprint {
547
Value::Array(vec![Value::String("mem".to_owned())]),
548
);
549
cb.insert("git".to_owned(),
550
- Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
+ Value::String("https://github.com/rust-lang/compiler-builtins".to_owned()));
551
cb.insert("stage".to_owned(), Value::Integer(1));
552
t.insert(
553
"compiler_builtins".to_owned(),
0 commit comments