File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/librustc_trait_selection/traits Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ pub use self::specialize::specialization_graph::FutureCompatOverlapError;
6060pub use self :: specialize:: specialization_graph:: FutureCompatOverlapErrorKind ;
6161pub use self :: specialize:: { specialization_graph, translate_substs, OverlapError } ;
6262pub use self :: structural_match:: search_for_structural_match_violation;
63- pub use self :: structural_match:: type_marked_structural;
6463pub use self :: structural_match:: NonStructuralMatchTy ;
6564pub use self :: util:: { elaborate_predicates, elaborate_trait_ref, elaborate_trait_refs} ;
6665pub use self :: util:: { expand_trait_aliases, TraitAliasExpander } ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pub fn search_for_structural_match_violation<'tcx>(
6666///
6767/// Note that this does *not* recursively check if the substructure of `adt_ty`
6868/// implements the traits.
69- pub fn type_marked_structural (
69+ fn type_marked_structural (
7070 infcx : & InferCtxt < ' _ , ' tcx > ,
7171 adt_ty : Ty < ' tcx > ,
7272 cause : ObligationCause < ' tcx > ,
You can’t perform that action at this time.
0 commit comments