1
Fork 0

Correct file path after some restructures in compiler

This commit is contained in:
Lzu Tao 2020-09-20 12:46:06 +00:00
parent 5e449b9adf
commit 3e08354fb0
7 changed files with 15 additions and 15 deletions

View file

@ -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 {