summaryrefslogtreecommitdiffstats
path: root/src/test/ui/chalkify/type_wf.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/chalkify/type_wf.stderr')
-rw-r--r--src/test/ui/chalkify/type_wf.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/chalkify/type_wf.stderr b/src/test/ui/chalkify/type_wf.stderr
index 7f8566082..6e8daf635 100644
--- a/src/test/ui/chalkify/type_wf.stderr
+++ b/src/test/ui/chalkify/type_wf.stderr
@@ -1,8 +1,8 @@
error[E0277]: the trait bound `{float}: Foo` is not satisfied
- --> $DIR/type_wf.rs:18:13
+ --> $DIR/type_wf.rs:19:12
|
-LL | let s = S {
- | ^ the trait `Foo` is not implemented for `{float}`
+LL | x: 5.0,
+ | ^^^ the trait `Foo` is not implemented for `{float}`
|
= help: the trait `Foo` is implemented for `i32`
note: required by a bound in `S`