From a4418bc60e5d158390a165e65ef3b840e19f0ac2 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Sun, 26 Feb 2017 15:51:38 -0500 Subject: [PATCH] Mention libcore instead of libstd --- text/0000-add-error-macro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-add-error-macro.md b/text/0000-add-error-macro.md index 833c7a54577..f81af095b17 100644 --- a/text/0000-add-error-macro.md +++ b/text/0000-add-error-macro.md @@ -6,7 +6,7 @@ # Summary [summary]: #summary -This RFC proposes adding a new macro to `libstd`, `compile_error!` which will +This RFC proposes adding a new macro to `libcore`, `compile_error!` which will unconditionally cause compilation to fail with the given error message when encountered.