File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
88extern crate rustc_data_structures;
99extern crate rustc_driver;
10- extern crate rustc_errors;
1110extern crate rustc_hir;
1211extern crate rustc_interface;
1312extern crate rustc_metadata;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ macro_rules! declare_id {
4444 }
4545
4646 impl $name {
47- pub fn to_u32_scalar< ' tcx> ( & self ) -> Scalar <Provenance > {
47+ pub fn to_u32_scalar( & self ) -> Scalar <Provenance > {
4848 Scalar :: from_u32( self . 0 . get( ) )
4949 }
5050 }
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ impl FileDescriptor for DummyOutput {
246246 Ok ( Ok ( bytes. len ( ) ) )
247247 }
248248
249- fn dup < ' tcx > ( & mut self ) -> io:: Result < Box < dyn FileDescriptor > > {
249+ fn dup ( & mut self ) -> io:: Result < Box < dyn FileDescriptor > > {
250250 Ok ( Box :: new ( DummyOutput ) )
251251 }
252252}
You can’t perform that action at this time.
0 commit comments