From bbfdea28cd2b96f25f17b51dd7d31ca0611c92cc Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Thu, 5 Jul 2018 21:52:07 -0700 Subject: [PATCH] =?utf8?q?typo-fix=20stable=20ed'n=20error:=20"an=20onlyav?= =?utf8?q?ailable"=20=E2=86=92=20"and=20only=20available"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/librustc/session/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index 074cab3b5d2..e5f4262cbbd 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -1810,7 +1810,7 @@ pub fn build_session_options_and_crate_config( early_error( ErrorOutputType::default(), &format!( - "Edition {} is unstable an only\ + "Edition {} is unstable and only \ available for nightly builds of rustc.", edition, ) -- 2.44.0