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.
satic
static
1 parent a84d1b2 commit 293fa8fCopy full SHA for 293fa8f
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