about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>2017-12-27 21:32:01 +0100
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2018-03-08 08:08:14 +0100
commite97089dae33d5b228bb1b50ae12e96b13ab499b3 (patch)
tree8746e6ce819ca68f421ff661278eb48fd40dc27c /src/doc
parent918b6d763319863fb53c5b7bceebc14ad5fb4024 (diff)
downloadrust-e97089dae33d5b228bb1b50ae12e96b13ab499b3.tar.gz
rust-e97089dae33d5b228bb1b50ae12e96b13ab499b3.zip
Move librustc_const_eval to librustc_mir
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-ux-guidelines.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-ux-guidelines.md b/src/doc/rustc-ux-guidelines.md
index 323d49e4691..b62762ef69e 100644
--- a/src/doc/rustc-ux-guidelines.md
+++ b/src/doc/rustc-ux-guidelines.md
@@ -64,7 +64,6 @@ for details on how to format and write long error codes.
   [librustc](https://github.com/rust-lang/rust/blob/master/src/librustc/diagnostics.rs),
   [libsyntax](https://github.com/rust-lang/rust/blob/master/src/libsyntax/diagnostics.rs),
   [librustc_borrowck](https://github.com/rust-lang/rust/blob/master/src/librustc_borrowck/diagnostics.rs),
-  [librustc_const_eval](https://github.com/rust-lang/rust/blob/master/src/librustc_const_eval/diagnostics.rs),
   [librustc_metadata](https://github.com/rust-lang/rust/blob/master/src/librustc_metadata/diagnostics.rs),
   [librustc_mir](https://github.com/rust-lang/rust/blob/master/src/librustc_mir/diagnostics.rs),
   [librustc_passes](https://github.com/rust-lang/rust/blob/master/src/librustc_passes/diagnostics.rs),