mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
make tests/utils work with edition 2015
This commit is contained in:
parent
b7912d38b1
commit
69ea9520d3
@ -7,8 +7,8 @@ mod macros;
|
||||
mod fs;
|
||||
mod miri_extern;
|
||||
|
||||
pub use fs::*;
|
||||
pub use miri_extern::*;
|
||||
pub use self::fs::*;
|
||||
pub use self::miri_extern::*;
|
||||
|
||||
pub fn run_provenance_gc() {
|
||||
// SAFETY: No preconditions. The GC is fine to run at any time.
|
||||
|
Loading…
Reference in New Issue
Block a user