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 d3bb849 commit 70ab054Copy full SHA for 70ab054
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