mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
parent
e5e1e0cea8
commit
fa1978882b
@ -13,6 +13,10 @@ fn main() {
|
||||
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD;
|
||||
|
||||
single_line_fit = 5;single_lit_fit >>= 10;
|
||||
|
||||
|
||||
// #2791
|
||||
let x = 2;;;;
|
||||
}
|
||||
|
||||
fn break_meee() {
|
||||
|
@ -15,6 +15,9 @@ fn main() {
|
||||
|
||||
single_line_fit = 5;
|
||||
single_lit_fit >>= 10;
|
||||
|
||||
// #2791
|
||||
let x = 2;;;;
|
||||
}
|
||||
|
||||
fn break_meee() {
|
||||
|
Loading…
Reference in New Issue
Block a user