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 e906ea8 commit 6fdfcb3Copy full SHA for 6fdfcb3
compiler/rustc_codegen_gcc/src/errors.rs
@@ -46,7 +46,7 @@ pub(crate) struct LinkageConstOrMutType {
46
47
#[derive(SessionDiagnostic)]
48
#[diag(codegen_gcc::lto_not_supported)]
49
-pub(crate) struct LTONotSupported {}
+pub(crate) struct LTONotSupported;
50
51
52
#[diag(codegen_gcc::unwinding_inline_asm)]
0 commit comments