cases: update to new "called from here" notes

This commit is contained in:
mlugg
2025-05-16 13:27:52 +01:00
parent 4296727050
commit 16481c8ef3
24 changed files with 30 additions and 60 deletions

View File

@@ -31,8 +31,8 @@ pub export fn entry2() void {
// error
//
// :5:27: error: inline call is recursive
// :12:12: note: called from here
// :12:12: note: called inline here
// :24:10: error: inline call is recursive
// :20:10: note: called from here
// :16:11: note: called from here
// :28:10: note: called from here
// :20:10: note: called inline here
// :16:11: note: called inline here
// :28:10: note: called inline here