diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-29 11:18:52 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-30 18:57:03 +0200 |
| commit | 8331dbe6d023a168334a7a46f15731c6bc1baf1e (patch) | |
| tree | e322cb345ff131fc3120074956a48288871016e2 /compiler/rustc_codegen_ssa/Cargo.toml | |
| parent | 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 (diff) | |
| download | rust-8331dbe6d023a168334a7a46f15731c6bc1baf1e.tar.gz rust-8331dbe6d023a168334a7a46f15731c6bc1baf1e.zip | |
Add an Mmap wrapper to rustc_data_structures
This wrapper implements StableAddress and falls back to directly reading the file on wasm32
Diffstat (limited to 'compiler/rustc_codegen_ssa/Cargo.toml')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 15dbbbd49aa..7c1aaebb9ab 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -11,7 +11,6 @@ test = false bitflags = "1.2.1" cc = "1.0.1" itertools = "0.9" -memmap2 = "0.2.1" tracing = "0.1" libc = "0.2.50" jobserver = "0.1.11" |
