diff options
| author | Ralf Jung <post@ralfj.de> | 2018-07-15 20:42:18 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2018-07-15 20:42:18 +0200 |
| commit | f9825c215b9b76dd42504e72887f82eca0469c96 (patch) | |
| tree | b5733a7f2e5687660718972cc81f1e8c1b79c45b /src | |
| parent | 03b9020155033c2721206c4b4446b888fb5617c9 (diff) | |
| download | rust-f9825c215b9b76dd42504e72887f82eca0469c96.tar.gz rust-f9825c215b9b76dd42504e72887f82eca0469c96.zip | |
fix line numbers
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/const-eval/match-test-ptr-null.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/const-eval/match-test-ptr-null.stderr b/src/test/ui/const-eval/match-test-ptr-null.stderr index ffc911a2ae2..726ada9b428 100644 --- a/src/test/ui/const-eval/match-test-ptr-null.stderr +++ b/src/test/ui/const-eval/match-test-ptr-null.stderr @@ -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 | __________________________^ |
