address comments
This commit is contained in:
@@ -22,8 +22,6 @@ pub export fn entry2() void {
|
||||
}
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :12:5: error: switch must handle all possibilities
|
||||
// :3:5: note: unhandled enumeration value: 'b'
|
||||
|
||||
@@ -20,8 +20,6 @@ export fn g(e: E) void {
|
||||
}
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :10:16: error: cannot inline '_' prong
|
||||
// :18:16: error: cannot inline '_' prong
|
||||
|
||||
@@ -12,7 +12,5 @@ export fn f(e: E) void {
|
||||
}
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :10:14: error: unreachable else prong; all explicit cases already handled
|
||||
|
||||
Reference in New Issue
Block a user