mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
50ca5ef07f
Fix #116252.
15 lines
310 B
Rust
15 lines
310 B
Rust
mod tests {
|
|
#[test]
|
|
<<<<<<< HEAD
|
|
//~^ ERROR encountered diff marker
|
|
//~| NOTE after this is the code before the merge
|
|
//~| NOTE for an explanation on these markers
|
|
fn test1() {
|
|
=======
|
|
//~^ NOTE
|
|
fn test2() {
|
|
>>>>>>> 7a4f13c blah blah blah
|
|
//~^ NOTE above this are the incoming code changes
|
|
}
|
|
}
|