diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-11 20:38:58 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-03-04 00:21:02 +0800 |
| commit | 83429144fc43960368a25f0190d333f927805952 (patch) | |
| tree | bfa313147dba6e26eec83bfa2027ef263abefbd5 /tests/ui/recursion/recursion.stderr | |
| parent | 7e0a2fcb1b4c8026948212140d7d58b8ed87fa38 (diff) | |
| download | rust-83429144fc43960368a25f0190d333f927805952.tar.gz rust-83429144fc43960368a25f0190d333f927805952.zip | |
tests: remove explicit long type filename hash normalization from some ui tests
Diffstat (limited to 'tests/ui/recursion/recursion.stderr')
| -rw-r--r-- | tests/ui/recursion/recursion.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/recursion/recursion.stderr b/tests/ui/recursion/recursion.stderr index cb9f67ba741..f959805defc 100644 --- a/tests/ui/recursion/recursion.stderr +++ b/tests/ui/recursion/recursion.stderr @@ -1,15 +1,15 @@ error: reached the recursion limit while instantiating `test::<Cons<Cons<Cons<Cons<Cons<...>>>>>>` - --> $DIR/recursion.rs:19:11 + --> $DIR/recursion.rs:17:11 | LL | _ => {test (n-1, i+1, Cons {head:2*i+1, tail:first}, Cons{head:i*i, tail:second})} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `test` defined here - --> $DIR/recursion.rs:17:1 + --> $DIR/recursion.rs:15:1 | LL | fn test<T:Dot> (n:isize, i:isize, first:T, second:T) ->isize { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - = note: the full type name has been written to '$TEST_BUILD_DIR/$FILE.long-type.txt' + = note: the full type name has been written to '$TEST_BUILD_DIR/recursion.long-type.txt' error: aborting due to 1 previous error |
