diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2016-06-06 06:48:33 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2016-06-06 06:48:33 +0300 |
| commit | f646d93e424cd835aa0876db4d5cd3da7a5c44d2 (patch) | |
| tree | d6b1ec11c3705253e24f315528410d72222a5e3f /src/libcore | |
| parent | 9f5be6c2a4606df50305849f3f4418042bfc3249 (diff) | |
| parent | 959c5f1a926c50b160f2e38701f6b33b6ddfaea0 (diff) | |
| download | rust-f646d93e424cd835aa0876db4d5cd3da7a5c44d2.tar.gz rust-f646d93e424cd835aa0876db4d5cd3da7a5c44d2.zip | |
Rollup merge of #34059 - reeze:patch-2, r=GuillaumeGomez
Update comment The path has changed
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/intrinsics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 0350824ee35..94baf188bca 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -10,7 +10,7 @@ //! rustc compiler intrinsics. //! -//! The corresponding definitions are in librustc_trans/trans/intrinsic.rs. +//! The corresponding definitions are in librustc_trans/intrinsic.rs. //! //! # Volatiles //! |
