Makes the picky tidy satisfied. Also refers to the correct issue.
This commit is contained in:
parent
3b8f8b8300
commit
587f10aa36
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ macro_rules! pos {
|
|||
macro_rules! check {
|
||||
($counter:expr; $($pos:expr),*) => ({
|
||||
if *$counter == 0 {
|
||||
// XXX we cannot include the current position because
|
||||
// FIXME(#18285): we cannot include the current position because
|
||||
// the macro span takes over the last frame's file/line.
|
||||
dump_filelines(&[$($pos),*]);
|
||||
panic!();
|
||||
|
|
Loading…
Add table
Reference in a new issue