about summary refs log tree commit diff
path: root/src/libstd/alloc.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-03-29 15:24:45 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2020-03-30 07:02:56 +0200
commit7710f2dd5cdb812763b7c7e7a35f3184c647315e (patch)
tree7d156cb85991006dd4c90074357b5ab40d0ba1e3 /src/libstd/alloc.rs
parent0afdf43dc1d9be4c8b422840166b51dd99e56a16 (diff)
downloadrust-7710f2dd5cdb812763b7c7e7a35f3184c647315e.tar.gz
rust-7710f2dd5cdb812763b7c7e7a35f3184c647315e.zip
rustc -> rustc_middle part 1
Diffstat (limited to 'src/libstd/alloc.rs')
-rw-r--r--src/libstd/alloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/alloc.rs b/src/libstd/alloc.rs
index 25f3ddcbeba..79dd89e53bb 100644
--- a/src/libstd/alloc.rs
+++ b/src/libstd/alloc.rs
@@ -253,7 +253,7 @@ pub mod __default_lib_allocator {
     // `__rust_alloc` etc symbols (see `src/liballoc/alloc.rs) when there is
     // no `#[global_allocator]` attribute.
 
-    // for symbol names src/librustc/middle/allocator.rs
+    // for symbol names src/librustc_middle/middle/allocator.rs
     // for signatures src/librustc_allocator/lib.rs
 
     // linkage directives are provided as part of the current compiler allocator