8000
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 1d18f38 commit 7332715Copy full SHA for 7332715
README.md
@@ -20,7 +20,7 @@ this crate ends up, as long as it's there):
20
21
``` toml
22
[dependencies]
23
-compiler-builtins = { git = "https://github.com/rustc-lang-nursery/compiler-builtins" }
+compiler-builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins" }
24
```
25
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
36
```toml
37
[dependencies.compiler-builtins]
38
-git = "https://github.com/rustc-lang-nursery/compiler-builtins"
+git = "https://github.com/rust-lang-nursery/compiler-builtins"
39
features = ["c"]
40
41
0 commit comments