mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 03:17:08 +03:00
Improve error messages for break type coercion
This commit is contained in:
committed by
Veikka Tuominen
parent
8642770eff
commit
ec445fb6b8
+1
-1
@@ -5949,7 +5949,7 @@ pub const PeerTypeCandidateSrc = union(enum) {
|
||||
none: void,
|
||||
/// When we want to know the the src of candidate i, look up at
|
||||
/// index i in this slice
|
||||
override: []LazySrcLoc,
|
||||
override: []?LazySrcLoc,
|
||||
/// resolvePeerTypes originates from a @TypeOf(...) call
|
||||
typeof_builtin_call_node_offset: i32,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user