about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-04-03 13:31:30 +0200
committerGitHub <noreply@github.com>2020-04-03 13:31:30 +0200
commit04824f302a9d28e6437d2ad0749c9e3cc4f36b9e (patch)
tree68b65d471e17b32ff485deb6729da70e8b24b283 /src/libstd
parent15be59ddb3086909e6833e3b71d831ef46707875 (diff)
parent99e0d8ed799600aa9dc7ad2e7412035b39d992a1 (diff)
downloadrust-04824f302a9d28e6437d2ad0749c9e3cc4f36b9e.tar.gz
rust-04824f302a9d28e6437d2ad0749c9e3cc4f36b9e.zip
Rollup merge of #70731 - JohnTitor:follow-up-rustc-middle, r=eddyb
Minor follow-up after renaming librustc(_middle)

Fixes #70537
r? @Centril @eddyb
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/alloc.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/alloc.rs b/src/libstd/alloc.rs
index bbbf6f7251e..9840cfa4304 100644
--- a/src/libstd/alloc.rs
+++ b/src/libstd/alloc.rs
@@ -289,10 +289,10 @@ pub fn rust_oom(layout: Layout) -> ! {
 pub mod __default_lib_allocator {
     use super::{GlobalAlloc, Layout, System};
     // These magic symbol names are used as a fallback for implementing the
-    // `__rust_alloc` etc symbols (see `src/liballoc/alloc.rs) when there is
+    // `__rust_alloc` etc symbols (see `src/liballoc/alloc.rs`) when there is
     // no `#[global_allocator]` attribute.
 
-    // for symbol names src/librustc_middle/middle/allocator.rs
+    // for symbol names src/librustc_ast/expand/allocator.rs
     // for signatures src/librustc_allocator/lib.rs
 
     // linkage directives are provided as part of the current compiler allocator