-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68
bootstrap: show diagnostics relative to rustc src dir Fixes #128726 Depends on rust-lang/cargo#14752 propagating to bootstrap cargo
- Loading branch information
Showing
8 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL: | ||
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: | ||
attempted to compute the size or alignment of extern type `Opaque` | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
thread caused non-unwinding panic. aborting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL: | ||
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: | ||
attempted to compute the size or alignment of extern type `A` | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
thread caused non-unwinding panic. aborting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL: | ||
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: | ||
attempted to compute the size or alignment of extern type `A` | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
thread caused non-unwinding panic. aborting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
thread 'main' panicked at std/src/io/stdio.rs:LL:CC: | ||
thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC: | ||
failed printing to stdout: Broken pipe (os error 32) | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |