diff options
| author | oli <github35764891676564198441@oli-obk.de> | 2020-12-26 15:19:19 +0000 |
|---|---|---|
| committer | oli <github35764891676564198441@oli-obk.de> | 2021-01-04 21:40:38 +0000 |
| commit | 409195d4e50b2c2ae0fc49602350c8a5bdd6bd28 (patch) | |
| tree | 15406833a010caecb801e4c39f61253b6430fddf /src/test | |
| parent | 3af7989a7ce0ef0d6bc9b8a6950f90abbf63ac76 (diff) | |
| download | rust-409195d4e50b2c2ae0fc49602350c8a5bdd6bd28.tar.gz rust-409195d4e50b2c2ae0fc49602350c8a5bdd6bd28.zip | |
Update stderr files after rebase
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/consts/const-size_of-cycle.stderr | 5 |
1 files changed, 0 insertions, 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 631fab6e4f7..129457ebdf9 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::<Foo>()] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ -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<T>() -> 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 |
