stage2: fold redundant error notes

This commit is contained in:
Andrew Kelley
2022-06-08 14:20:10 -07:00
parent af909f6c93
commit fd32f6890d
3 changed files with 98 additions and 7 deletions

View File

@@ -14,3 +14,6 @@ inline fn fibonacci(n: usize) usize {
// error
//
// :11:21: error: evaluation exceeded 1000 backwards branches
// :11:40: note: called from here (6 times)
// :11:21: note: called from here (495 times)
// :5:24: note: called from here