summaryrefslogtreecommitdiffstats
path: root/tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr')
-rw-r--r--tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr b/tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr
index 3215c4669..df29fe227 100644
--- a/tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr
+++ b/tests/ui/never_type/diverging-fallback-no-leak.fallback.stderr
@@ -7,8 +7,8 @@ LL | unconstrained_arg(return);
| required by a bound introduced by this call
|
= help: the following other types implement trait `Test`:
- ()
i32
+ ()
= note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 <https://github.com/rust-lang/rust/issues/48950> for more information)
= help: did you intend to use the type `()` here instead?
note: required by a bound in `unconstrained_arg`