diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-27 15:43:06 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-29 22:14:19 +0200 |
| commit | 9e21004c74b8749686c0e5b9195e6822be6280d0 (patch) | |
| tree | cd26642427ea19ef8d12ab567344835c2aac47cb | |
| parent | b26a7d5cd9d9c9ec84eba90b806a453135d20b99 (diff) | |
| download | rust-9e21004c74b8749686c0e5b9195e6822be6280d0.tar.gz rust-9e21004c74b8749686c0e5b9195e6822be6280d0.zip | |
Update ui tests
| -rw-r--r-- | src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr b/src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr index be55890c08c..7f197a238e5 100644 --- a/src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr +++ b/src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr @@ -1,7 +1,7 @@ -error[E0391]: cycle detected when computing layout of `std::option::Option<S>` +error[E0391]: cycle detected when computing layout of `S` | - = note: ...which requires computing layout of `S`... - = note: ...which again requires computing layout of `std::option::Option<S>`, completing the cycle + = note: ...which requires computing layout of `std::option::Option<S>`... + = note: ...which again requires computing layout of `S`, completing the cycle note: cycle used when optimizing MIR for `main` --> $DIR/issue-26548-recursion-via-normalize.rs:15:1 | |
