Correct file path after some restructures in compiler
This commit is contained in:
parent
5e449b9adf
commit
3e08354fb0
7 changed files with 15 additions and 15 deletions
|
@ -12,8 +12,8 @@ extern "rust-intrinsic" {
|
|||
```
|
||||
|
||||
Please check you didn't make a mistake in the function's name. All intrinsic
|
||||
functions are defined in `librustc_codegen_llvm/intrinsic.rs` and in
|
||||
`libcore/intrinsics.rs` in the Rust source code. Example:
|
||||
functions are defined in `compiler/rustc_codegen_llvm/src/intrinsic.rs` and in
|
||||
`library/core/src/intrinsics.rs` in the Rust source code. Example:
|
||||
|
||||
```
|
||||
#![feature(intrinsics)]
|
||||
|
|
|
@ -17,8 +17,8 @@ fn main() {
|
|||
```
|
||||
|
||||
Please check you didn't make a mistake in the function's name. All intrinsic
|
||||
functions are defined in `librustc_codegen_llvm/intrinsic.rs` and in
|
||||
`libcore/intrinsics.rs` in the Rust source code. Example:
|
||||
functions are defined in `compiler/rustc_codegen_llvm/src/intrinsic.rs` and in
|
||||
`library/core/src/intrinsics.rs` in the Rust source code. Example:
|
||||
|
||||
```
|
||||
#![feature(intrinsics)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue