]> git.lizzy.rs Git - rust.git/commitdiff
fix line numbers
authorRalf Jung <post@ralfj.de>
Sun, 15 Jul 2018 18:42:18 +0000 (20:42 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 15 Jul 2018 18:42:18 +0000 (20:42 +0200)
src/test/ui/const-eval/match-test-ptr-null.stderr

index ffc911a2ae2e61877680dd25bf420fc21a5f0248..726ada9b428aa5d8c082c0fe03d5610969ec1ada 100644 (file)
@@ -1,17 +1,17 @@
 error[E0018]: raw pointers cannot be cast to integers in constants
-  --> $DIR/match-test-ptr-null.rs:6:15
+  --> $DIR/match-test-ptr-null.rs:16:15
    |
 LL |         match &1 as *const i32 as usize { //~ ERROR raw pointers cannot be cast to integers
    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error[E0019]: constant contains unimplemented expression type
-  --> $DIR/match-test-ptr-null.rs:7:13
+  --> $DIR/match-test-ptr-null.rs:17:13
    |
 LL |             0 => 42, //~ ERROR constant contains unimplemented expression type
    |             ^
 
 error[E0080]: could not evaluate repeat length
-  --> $DIR/match-test-ptr-null.rs:5:26
+  --> $DIR/match-test-ptr-null.rs:15:26
    |
 LL |       let _: [u8; 0] = [4; { //~ ERROR could not evaluate repeat length
    |  __________________________^