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.
1 parent 5254f98 commit c042073Copy full SHA for c042073
compiler/rustc_metadata/src/rmeta/decoder.rs
@@ -1324,7 +1324,7 @@ impl<'a, 'tcx> CrateMetadataRef<'a> {
1324
self.root.tables.cross_crate_inlinable.get(self, id).unwrap_or_else(|| {
1325
debug!("cross_crate_inlinable missing for {id:?}");
1326
false
1327
- });
+ })
1328
}
1329
1330
fn get_fn_has_self_parameter(self, id: DefIndex, sess: &'a Session) -> bool {
0 commit comments