Skip to content

Commit c6ea362

Browse files
committed
remove obsolete comment
1 parent 8a75c5a commit c6ea362

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/bin/rustc.rs

-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ fn main() {
9797
// This... is a bit of a hack how we detect this. Ideally this
9898
// information should be encoded in the crate I guess? Would likely
9999
// require an RFC amendment to RFC 1513, however.
100-
//
101-
// `compiler_builtins` are unconditionally compiled with panic=abort to
102-
// workaround undefined references to `rust_eh_unwind_resume` generated
103-
// otherwise, see issue https://github.com/rust-lang/rust/issues/43095.
104100
if crate_name == Some("panic_abort")
105101
|| crate_name == Some("compiler_builtins") && stage != "0"
106102
{

0 commit comments

Comments
 (0)