Fix typo: satic
-> static
This commit is contained in:
parent
a84d1b21ae
commit
293fa8f39a
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ impl Inliner<'tcx> {
|
|||
&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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue