Skip to content

Commit a653993

Browse files
committed
Auto merge of #1738 - RalfJung:rustup, r=RalfJung
rustup The error message is not entirely right now, but close enough... let's get CI to pass before we miss other breakage.
2 parents fc41a9c + 7a7f7b1 commit a653993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1d6b0f626aad4ee9f2eaec4d5582f45620ccab80
1+
a4d9624242df6bfe6c0a298867dd2bd527263424

tests/compile-fail/intrinsics/copy_overflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern: overflow computing total size of `copy`
1+
// error-pattern: overflow computing total size
22
use std::mem;
33

44
fn main() {

0 commit comments

Comments
 (0)