From 409195d4e50b2c2ae0fc49602350c8a5bdd6bd28 Mon Sep 17 00:00:00 2001 From: oli Date: Sat, 26 Dec 2020 15:19:19 +0000 Subject: [PATCH] Update stderr files after rebase --- src/test/ui/consts/const-size_of-cycle.stderr | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/ui/consts/const-size_of-cycle.stderr b/src/test/ui/consts/const-size_of-cycle.stderr index 631fab6e4f7f..129457ebdf92 100644 --- a/src/test/ui/consts/const-size_of-cycle.stderr +++ b/src/test/ui/consts/const-size_of-cycle.stderr @@ -14,11 +14,6 @@ note: ...which requires const-evaluating + checking `Foo::bytes::{constant#0}`.. | LL | bytes: [u8; std::mem::size_of::()] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ -note: ...which requires simplifying constant for the type system `std::intrinsics::size_of`... - --> $SRC_DIR/core/src/intrinsics.rs:LL:COL - | -LL | pub fn size_of() -> usize; - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: ...which requires computing layout of `Foo`... = note: ...which requires normalizing `[u8; _]`... = note: ...which again requires simplifying constant for the type system `Foo::bytes::{constant#0}`, completing the cycle