We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bed9d6 commit 0ace7a6Copy full SHA for 0ace7a6
slicec/src/diagnostics/errors.rs
@@ -523,7 +523,7 @@ implement_diagnostic_functions!(
523
(
524
"E047",
525
InfiniteSizeCycle,
526
- format!("self-referential type {type_id} has infinite size: {cycle}"),
+ format!("disallowed type cycle; type {type_id} references itself: {cycle}"),
527
type_id, cycle
528
),
529
0 commit comments