File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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,
@@ -34,8 +34,8 @@ this intrinsic you can temporarily enable a fallback to the actual compiler-rt
34
34
implementation as well for unimplemented intrinsics:
35
35
36
36
``` toml
37
- [dependencies .compiler-builtins ]
38
- git = " https://github.com/rustc -lang-nursery/compiler-builtins"
37
+ [dependencies .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