File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
extern crate rustc_data_structures;
9
9
extern crate rustc_driver;
10
- extern crate rustc_errors;
11
10
extern crate rustc_hir;
12
11
extern crate rustc_interface;
13
12
extern crate rustc_metadata;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ macro_rules! declare_id {
44
44
}
45
45
46
46
impl $name {
47
- pub fn to_u32_scalar< ' tcx> ( & self ) -> Scalar <Provenance > {
47
+ pub fn to_u32_scalar( & self ) -> Scalar <Provenance > {
48
48
Scalar :: from_u32( self . 0 . get( ) )
49
49
}
50
50
}
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ impl FileDescriptor for DummyOutput {
246
246
Ok ( Ok ( bytes. len ( ) ) )
247
247
}
248
248
249
- fn dup < ' tcx > ( & mut self ) -> io:: Result < Box < dyn FileDescriptor > > {
249
+ fn dup ( & mut self ) -> io:: Result < Box < dyn FileDescriptor > > {
250
250
Ok ( Box :: new ( DummyOutput ) )
251
251
}
252
252
}
You can’t perform that action at this time.
0 commit comments