Skip to content

Commit

Permalink
fix upstream-pull conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Oct 31, 2023
1 parent d9c5176 commit a39884b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/ui/parser/doc-comment-in-stmt.rs
Expand Up @@ -20,15 +20,11 @@ fn quux() -> i32 {
//~^ ERROR found doc comment
}

<<<<<<< HEAD
fn main() {}

// ferrocene-annotations: fls_q8l2jza7d9xa
// Comments
=======
fn main() {
let x = 0;
let y = x.max(1) //!foo //~ ERROR found doc comment
.min(2);
}
>>>>>>> pull-upstream-temp--do-not-use-for-real-code

// ferrocene-annotations: fls_q8l2jza7d9xa
// Comments

0 comments on commit a39884b

Please sign in to comment.