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 64708f7 commit fba7787Copy full SHA for fba7787
compiler/rustc_passes/src/errors.rs
@@ -697,15 +697,16 @@ pub(crate) struct Linkage {
697
pub span: Span,
698
}
699
700
+#[derive(Diagnostic)]
701
#[diag(passes_invalid_instruction_set)]
-pub struct InvalidInstructionSet {
702
+pub(crate) struct InvalidInstructionSet {
703
#[primary_span]
704
705
706
707
#[derive(Diagnostic)]
708
#[diag(passes_empty_instruction_set)]
-pub struct EmptyInstructionSet {
709
+pub(crate) struct EmptyInstructionSet {
710
711
712
0 commit comments