mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 11:35:21 +03:00
Fix typo: satic -> static
This commit is contained in:
@@ -284,7 +284,7 @@ fn check_codegen_attributes(
|
||||
&self,
|
||||
callsite: &CallSite<'tcx>,
|
||||
callee_attrs: &CodegenFnAttrs,
|
||||
) -> Result<(), &'satic str> {
|
||||
) -> Result<(), &'static str> {
|
||||
if let InlineAttr::Never = callee_attrs.inline {
|
||||
return Err("never inline hint");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user