diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-07-06 10:47:29 +0900 |
|---|---|---|
| committer | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-07-06 19:09:50 +0900 |
| commit | e34ee2484b26f8ac7dfd9685ddfc1658e1b4475b (patch) | |
| tree | 9c4b5b52ae283e172f5f9b8fa73ac8189a596ca5 | |
| parent | 490c773e66d28a3b07a87af8d27d844ed6ed6efc (diff) | |
| download | rust-e34ee2484b26f8ac7dfd9685ddfc1658e1b4475b.tar.gz rust-e34ee2484b26f8ac7dfd9685ddfc1658e1b4475b.zip | |
fix miri-opt tests
| -rw-r--r-- | tests/ui/crashes/ice-6252.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/crashes/ice-6252.stderr b/tests/ui/crashes/ice-6252.stderr index a6a767483ed..a1e37e7317b 100644 --- a/tests/ui/crashes/ice-6252.stderr +++ b/tests/ui/crashes/ice-6252.stderr @@ -28,7 +28,7 @@ LL | const VAL: T; | ------------ `VAL` from trait ... LL | impl<N, M> TypeVal<usize> for Multiply<N, M> where N: TypeVal<VAL> {} - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `VAL` in implementation error: constant expression depends on a generic parameter --> $DIR/ice-6252.rs:13:9 |
