Makes the picky tidy satisfied. Also refers to the correct issue.

This commit is contained in:
Kang Seonghoon 2015-02-27 01:30:55 +09:00
parent 3b8f8b8300
commit 587f10aa36

View file

@ -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!();