2024-12-12 11:49:31 +11:00
|
|
|
error: this file contains an unclosed delimiter
|
2025-04-05 19:19:56 +03:00
|
|
|
--> $DIR/unclosed-delims-in-macro.rs:11:54
|
2023-10-13 22:43:48 +00:00
|
|
|
|
|
2024-12-12 11:49:31 +11:00
|
|
|
LL | macro_rules! foo {
|
|
|
|
|
| - unclosed delimiter
|
2023-10-13 22:43:48 +00:00
|
|
|
LL | <<<<<<< HEAD
|
2024-12-12 11:49:31 +11:00
|
|
|
LL | () {
|
|
|
|
|
| - this delimiter might not be properly closed...
|
2023-10-13 22:43:48 +00:00
|
|
|
...
|
2024-12-12 11:49:31 +11:00
|
|
|
LL | }
|
2025-04-05 19:19:56 +03:00
|
|
|
| - ^
|
2024-12-12 11:49:31 +11:00
|
|
|
| |
|
|
|
|
|
| ...as it matches this but it has different indentation
|
2023-10-13 22:43:48 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-13 22:43:48 +00:00
|
|
|
|