mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 17:42:47 +00:00
Update tests
This commit is contained in:
parent
20aac086d6
commit
ba9e159722
@ -31,8 +31,7 @@ fn main() {
|
||||
)
|
||||
});
|
||||
|
||||
let y = expr
|
||||
/* comment */
|
||||
let y = expr /* comment */
|
||||
.kaas()?
|
||||
// comment
|
||||
.test();
|
||||
@ -50,11 +49,9 @@ fn main() {
|
||||
|
||||
let y = a
|
||||
.very
|
||||
.loooooooooooooooooooooooooooooooooooooong()
|
||||
/* comment */
|
||||
.loooooooooooooooooooooooooooooooooooooong() /* comment */
|
||||
.chain()
|
||||
.inside()
|
||||
/* comment */
|
||||
.inside() /* comment */
|
||||
.weeeeeeeeeeeeeee()?
|
||||
.test()
|
||||
.0
|
||||
|
Loading…
Reference in New Issue
Block a user