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 03a50ae commit 308c4a6Copy full SHA for 308c4a6
src/librustc_metadata/decoder.rs
@@ -664,7 +664,7 @@ impl<'a, 'tcx> CrateMetadata {
664
tcx: TyCtxt<'tcx>,
665
) -> ty::GenericPredicates<'tcx> {
666
self.root.per_def.predicates.get(self, item_id).unwrap().decode((self, tcx))
667
-}
+ }
668
669
crate fn get_predicates_defined_on(
670
&self,
0 commit comments