about summary refs log tree commit diff
path: root/src/test/mir-opt/basic_assignment.rs
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-05-02 08:02:57 +0200
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-05-27 17:28:35 +0200
commit6c2d875261e10105dcfcbd9be84d05a730edd235 (patch)
tree490055facae889ab36bd2025ef326eae63767333 /src/test/mir-opt/basic_assignment.rs
parenta52b01bc67068fbd30206db53f2a3461f65e629e (diff)
downloadrust-6c2d875261e10105dcfcbd9be84d05a730edd235.tar.gz
rust-6c2d875261e10105dcfcbd9be84d05a730edd235.zip
Make &Slice a thin pointer
Diffstat (limited to 'src/test/mir-opt/basic_assignment.rs')
-rw-r--r--src/test/mir-opt/basic_assignment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/basic_assignment.rs b/src/test/mir-opt/basic_assignment.rs
index 3c236ddcf04..54b7a3821ca 100644
--- a/src/test/mir-opt/basic_assignment.rs
+++ b/src/test/mir-opt/basic_assignment.rs
@@ -48,7 +48,7 @@ fn main() {
 //         _2 = move _3;
 //         StorageDead(_3);
 //         StorageLive(_4);
-//         UserAssertTy(Canonical { variables: Slice([]), value: std::option::Option<std::boxed::Box<u32>> }, _4);
+//         UserAssertTy(Canonical { variables: [], value: std::option::Option<std::boxed::Box<u32>> }, _4);
 //         _4 = std::option::Option<std::boxed::Box<u32>>::None;
 //         StorageLive(_5);
 //         StorageLive(_6);