mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
lint type
This commit is contained in:
parent
e906ea80fe
commit
6fdfcb3547
@ -46,7 +46,7 @@ pub(crate) struct LinkageConstOrMutType {
|
|||||||
|
|
||||||
#[derive(SessionDiagnostic)]
|
#[derive(SessionDiagnostic)]
|
||||||
#[diag(codegen_gcc::lto_not_supported)]
|
#[diag(codegen_gcc::lto_not_supported)]
|
||||||
pub(crate) struct LTONotSupported {}
|
pub(crate) struct LTONotSupported;
|
||||||
|
|
||||||
#[derive(SessionDiagnostic)]
|
#[derive(SessionDiagnostic)]
|
||||||
#[diag(codegen_gcc::unwinding_inline_asm)]
|
#[diag(codegen_gcc::unwinding_inline_asm)]
|
||||||
|
Loading…
Reference in New Issue
Block a user