-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Remove some unused code #50198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some unused code #50198
Changes from all commits
21c2b71
7def638
7d982fd
0aa6e03
d1d8d99
a9366aa
f45d0f3
40b118c
cf103e5
671b2a5
cefcf05
5f46e5c
01158ea
1f3cb92
f66367d
487f7bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ use std::ops::Neg; | |
pub struct DoubleFloat<F>(F, F); | ||
pub type DoubleDouble = DoubleFloat<ieee::Double>; | ||
|
||
// These are legacy semantics for the Fallback, inaccrurate implementation of | ||
// These are legacy semantics for the Fallback, inaccurate implementation of | ||
|
||
// IBM double-double, if the accurate DoubleDouble doesn't handle the | ||
// operation. It's equivalent to having an IEEE number with consecutive 106 | ||
// bits of mantissa and 11 bits of exponent. | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ enum Enum { | |
//~| const_err | ||
//~| const_err | ||
//~| const_err | ||
//~| divide by zero | ||
} | ||
|
||
fn main() { | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, can you putNevermind, terminators are once per block, what am I even thinking.Box
around the use ofAssertMessage
inTerminatorKind::Assert
? Just to avoid the memory usage blowup.