File tree 2 files changed +1
-2
lines changed
src/librustc_trait_selection/traits
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;
60
60
pub use self :: specialize:: specialization_graph:: FutureCompatOverlapErrorKind ;
61
61
pub use self :: specialize:: { specialization_graph, translate_substs, OverlapError } ;
62
62
pub use self :: structural_match:: search_for_structural_match_violation;
63
- pub use self :: structural_match:: type_marked_structural;
64
63
pub use self :: structural_match:: NonStructuralMatchTy ;
65
64
pub use self :: util:: { elaborate_predicates, elaborate_trait_ref, elaborate_trait_refs} ;
66
65
pub 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>(
66
66
///
67
67
/// Note that this does *not* recursively check if the substructure of `adt_ty`
68
68
/// implements the traits.
69
- pub fn type_marked_structural (
69
+ fn type_marked_structural (
70
70
infcx : & InferCtxt < ' _ , ' tcx > ,
71
71
adt_ty : Ty < ' tcx > ,
72
72
cause : ObligationCause < ' tcx > ,
You can’t perform that action at this time.
0 commit comments