diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-09-20 12:46:06 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-09-20 13:48:16 +0000 |
| commit | 3e08354fb0dc7a5f7733da9b308d483b9c1d2514 (patch) | |
| tree | cb3ced0c9e7ee125f709fa9168661523fa978b76 /library/panic_unwind/src | |
| parent | 5e449b9adff463455743291b0c1f76feec092992 (diff) | |
| download | rust-3e08354fb0dc7a5f7733da9b308d483b9c1d2514.tar.gz rust-3e08354fb0dc7a5f7733da9b308d483b9c1d2514.zip | |
Correct file path after some restructures in compiler
Diffstat (limited to 'library/panic_unwind/src')
| -rw-r--r-- | library/panic_unwind/src/seh.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/src/seh.rs b/library/panic_unwind/src/seh.rs index eca169373f3..5597bbb93d2 100644 --- a/library/panic_unwind/src/seh.rs +++ b/library/panic_unwind/src/seh.rs @@ -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 { |
