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
|
@ -175,7 +175,7 @@ pub struct _TypeDescriptor {
|
|||
// to be able to catch Rust panics by simply declaring a `struct rust_panic`.
|
||||
//
|
||||
// When modifying, make sure that the type name string exactly matches
|
||||
// the one used in src/librustc_codegen_llvm/intrinsic.rs.
|
||||
// the one used in `compiler/rustc_codegen_llvm/src/intrinsic.rs`.
|
||||
const TYPE_NAME: [u8; 11] = *b"rust_panic\0";
|
||||
|
||||
static mut THROW_INFO: _ThrowInfo = _ThrowInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue