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 3d8c455 commit 2d1fa8cCopy full SHA for 2d1fa8c
compiler/rustc_passes/src/errors.rs
@@ -690,15 +690,16 @@ pub(crate) struct Linkage {
690
pub span: Span,
691
}
692
693
+#[derive(Diagnostic)]
694
#[diag(passes_invalid_instruction_set)]
-pub struct InvalidInstructionSet {
695
+pub(crate) struct InvalidInstructionSet {
696
#[primary_span]
697
698
699
700
#[derive(Diagnostic)]
701
#[diag(passes_empty_instruction_set)]
-pub struct EmptyInstructionSet {
702
+pub(crate) struct EmptyInstructionSet {
703
704
705
0 commit comments