From 7f3dd37f1e43e66162162bc6e2b51c9faa0daeae Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 17 Jun 2021 20:52:35 +0200 Subject: [PATCH] rustup --- rust-version | 2 +- tests/compile-fail/erroneous_const.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-version b/rust-version index 18cfda63a53..33ad4403bb6 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -d74b36ea2f814b720c39d7b60aecaefe512a056b +4d3ce2e7dac840d6ac7d658a5506eb31492fb3ef diff --git a/tests/compile-fail/erroneous_const.rs b/tests/compile-fail/erroneous_const.rs index f193dee94eb..199439ccbd2 100644 --- a/tests/compile-fail/erroneous_const.rs +++ b/tests/compile-fail/erroneous_const.rs @@ -8,7 +8,7 @@ struct PrintName(T); impl PrintName { - const VOID: ! = panic!(); //~ERROR any use of this value will cause an error + const VOID: ! = panic!(); //~ERROR evaluation of `PrintName::::VOID` failed } fn no_codegen() {