We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9259289 commit f4ee446Copy full SHA for f4ee446
1 file changed
compiler/rustc_ast_lowering/src/errors.rs
@@ -523,15 +523,15 @@ pub(crate) struct UnionWithDefault {
523
}
524
525
#[derive(Diagnostic)]
526
-#[diag("encountered a cycle during delegation signature resolution")]
527
-pub(crate) struct CycleInDelegationSignatureResolution {
+#[diag("failed to resolve delegation callee")]
+pub(crate) struct UnresolvedDelegationCallee {
528
#[primary_span]
529
pub span: Span,
530
531
532
533
-#[diag("failed to resolve delegation callee")]
534
-pub(crate) struct UnresolvedDelegationCallee {
+#[diag("encountered a cycle during delegation signature resolution")]
+pub(crate) struct CycleInDelegationSignatureResolution {
535
536
537
0 commit comments