Open ironcev opened 2 months ago
The following recursive constant definition:
pub const A: u8 = B; pub const B: u8 = A;
results in a misleading error message:
Type A is recursive via B, which is unsupported at this time.
When fixing this issue, adjust the recursive_const_... tests which are linked to this issue via GitHub link in the test TODO.
recursive_const_...
The following recursive constant definition:
results in a misleading error message:
When fixing this issue, adjust the
recursive_const_...
tests which are linked to this issue via GitHub link in the test TODO.