Skip to content

Commit 587f10a

Browse files
committed
Makes the picky tidy satisfied. Also refers to the correct issue.
1 parent 3b8f8b8 commit 587f10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/backtrace-debuginfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ macro_rules! pos {
2323
macro_rules! check {
2424
($counter:expr; $($pos:expr),*) => ({
2525
if *$counter == 0 {
26-
// XXX we cannot include the current position because
26+
// FIXME(#18285): we cannot include the current position because
2727
// the macro span takes over the last frame's file/line.
2828
dump_filelines(&[$($pos),*]);
2929
panic!();

0 commit comments

Comments
 (0)