diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-23 10:10:07 +0200 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-09-23 10:10:07 +0200 |
| commit | ccd19c7e9ede1cdb6606045bbab19d452ca39929 (patch) | |
| tree | 0290bab41cd2fac721bce0ceeee365716fdc10c3 /src/test/ui/panic-handler | |
| parent | 0be3cc82345b22c898fb46a93e69fa7b1f6c710f (diff) | |
| download | rust-ccd19c7e9ede1cdb6606045bbab19d452ca39929.tar.gz rust-ccd19c7e9ede1cdb6606045bbab19d452ca39929.zip | |
Repair stderr test result to added line
Diffstat (limited to 'src/test/ui/panic-handler')
| -rw-r--r-- | src/test/ui/panic-handler/weak-lang-item.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/panic-handler/weak-lang-item.stderr b/src/test/ui/panic-handler/weak-lang-item.stderr index 3bce1e26fe2..202f3309d03 100644 --- a/src/test/ui/panic-handler/weak-lang-item.stderr +++ b/src/test/ui/panic-handler/weak-lang-item.stderr @@ -1,5 +1,5 @@ error[E0259]: the name `core` is defined multiple times - --> $DIR/weak-lang-item.rs:8:1 + --> $DIR/weak-lang-item.rs:9:1 | LL | extern crate core; | ^^^^^^^^^^^^^^^^^^ `core` reimported here |
