Fix cosmetics for fail!() calls
This commit is contained in:
committed by
Björn Steinbrink
parent
bdc182cc41
commit
04de8f852c
@@ -430,8 +430,7 @@ priv impl CodeMap {
|
||||
}
|
||||
}
|
||||
if (a >= len) {
|
||||
fail!("position %u does not resolve to a source location",
|
||||
pos.to_uint())
|
||||
fail!("position %u does not resolve to a source location", pos.to_uint())
|
||||
}
|
||||
|
||||
return a;
|
||||
|
||||
Reference in New Issue
Block a user