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 e0ea756 commit 5dc5c02Copy full SHA for 5dc5c02
src/librustc/ty/context.rs
@@ -849,7 +849,7 @@ impl<'tcx> CommonTypes<'tcx> {
849
///
850
/// [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/ty.html
851
#[derive(Copy, Clone)]
852
-pub struct TyCtxt<'a, 'gcx: 'a+'tcx, 'tcx: 'a> {
+pub struct TyCtxt<'a, 'gcx: 'tcx, 'tcx: 'a> {
853
gcx: &'a GlobalCtxt<'gcx>,
854
interners: &'a CtxtInterners<'tcx>
855
}
0 commit comments