We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bounds.clauses
1 parent d2d24e3 commit 921e74fCopy full SHA for 921e74f
compiler/rustc_hir_analysis/src/bounds.rs
@@ -23,7 +23,7 @@ use rustc_span::Span;
23
/// include the self type (e.g., `trait_bounds`) but in others we do not
24
#[derive(Default, PartialEq, Eq, Clone, Debug)]
25
pub struct Bounds<'tcx> {
26
- pub clauses: Vec<(ty::Clause<'tcx>, Span)>,
+ clauses: Vec<(ty::Clause<'tcx>, Span)>,
27
}
28
29
impl<'tcx> Bounds<'tcx> {
0 commit comments