mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
remove outdated comment now that Miri is on CI
This commit is contained in:
parent
2ae3b1b09a
commit
8d0a0b000c
@ -346,7 +346,6 @@ pub fn abort_internal() -> ! {
|
||||
}
|
||||
}
|
||||
|
||||
// miri is sensitive to changes here so check that miri is happy if touching this
|
||||
#[cfg(miri)]
|
||||
pub fn abort_internal() -> ! {
|
||||
crate::intrinsics::abort();
|
||||
|
Loading…
Reference in New Issue
Block a user