Skip to content

Commit 963d625

Browse files
hacky gcc stuff
1 parent e85e8d8 commit 963d625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/src/attributes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fn inline_attr<'gcc, 'tcx>(
3131
}
3232
}
3333
InlineAttr::None => None,
34+
InlineAttr::Usually => None,
3435
}
3536
}
3637

0 commit comments

Comments
 (0)