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 d110d30 commit 8dddfdeCopy full SHA for 8dddfde
src/librustc_traits/chalk_context/mod.rs
@@ -575,7 +575,7 @@ impl ExClauseFold<'tcx> for ChalkArenas<'tcx> {
575
}
576
577
578
- fn visit_ex_clause_with<'gcx: 'tcx, V: TypeVisitor<'tcx>>(
+ fn visit_ex_clause_with<V: TypeVisitor<'tcx>>(
579
ex_clause: &ExClause<Self>,
580
visitor: &mut V,
581
) -> bool {
src/librustc_traits/lib.rs
@@ -3,6 +3,7 @@
3
4
#![deny(rust_2018_idioms)]
5
#![deny(internal)]
6
+#![deny(unused_lifetimes)]
7
8
#![feature(crate_visibility_modifier)]
9
#![feature(in_band_lifetimes)]
0 commit comments