File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ this crate ends up, as long as it's there):
20
20
21
21
``` toml
22
22
[dependencies ]
23
- compiler-builtins = { git = " https://github.com/rustc -lang-nursery/compiler-builtins" }
23
+ compiler-builtins = { git = " https://github.com/rust -lang-nursery/compiler-builtins" }
24
24
```
25
25
26
26
If you still get an "undefined reference to $INTRINSIC" error after that change,
@@ -35,7 +35,7 @@ implementation as well for unimplemented intrinsics:
35
35
36
36
``` toml
37
37
[dependencies .compiler-builtins ]
38
- git = " https://github.com/rustc -lang-nursery/compiler-builtins"
38
+ git = " https://github.com/rust -lang-nursery/compiler-builtins"
39
39
features = [" c" ]
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments