We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8f8b8 commit 587f10aCopy full SHA for 587f10a
src/test/run-pass/backtrace-debuginfo.rs
@@ -23,7 +23,7 @@ macro_rules! pos {
23
macro_rules! check {
24
($counter:expr; $($pos:expr),*) => ({
25
if *$counter == 0 {
26
- // XXX we cannot include the current position because
+ // FIXME(#18285): we cannot include the current position because
27
// the macro span takes over the last frame's file/line.
28
dump_filelines(&[$($pos),*]);
29
panic!();
0 commit comments