We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad2a0fc + 293fa8f commit 36b142fCopy full SHA for 36b142f
compiler/rustc_mir/src/transform/inline.rs
@@ -284,7 +284,7 @@ impl Inliner<'tcx> {
284
&self,
285
callsite: &CallSite<'tcx>,
286
callee_attrs: &CodegenFnAttrs,
287
- ) -> Result<(), &'satic str> {
+ ) -> Result<(), &'static str> {
288
if let InlineAttr::Never = callee_attrs.inline {
289
return Err("never inline hint");
290
}
0 commit comments