We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e8d8 commit 963d625Copy full SHA for 963d625
compiler/rustc_codegen_gcc/src/attributes.rs
@@ -31,6 +31,7 @@ fn inline_attr<'gcc, 'tcx>(
31
}
32
33
InlineAttr::None => None,
34
+ InlineAttr::Usually => None,
35
36
37
0 commit comments