Skip to content

Commit d0b3774

Browse files
committedMay 29, 2019
bless you
1 parent 1529067 commit d0b3774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/test/ui/consts/const-size_of-cycle.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | bytes: [u8; std::mem::size_of::<Foo>()]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|
77
note: ...which requires const-evaluating `Foo::bytes::{{constant}}#0`...
8-
--> $SRC_DIR/libcore/mem.rs:LL:COL
8+
--> $SRC_DIR/libcore/mem/mod.rs:LL:COL
99
|
1010
LL | intrinsics::size_of::<T>()
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

‎src/test/ui/type_length_limit.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: reached the type-length limit while instantiating `std::mem::drop::<std::option::Op... G), (G, G, G), (G, G, G))))))>>`
2-
--> $SRC_DIR/libcore/mem.rs:LL:COL
2+
--> $SRC_DIR/libcore/mem/mod.rs:LL:COL
33
|
44
LL | pub fn drop<T>(_x: T) { }
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)
Please sign in to comment.