summaryrefslogtreecommitdiffstats
path: root/src/test/ui/chalkify/type_wf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/chalkify/type_wf.rs')
-rw-r--r--src/test/ui/chalkify/type_wf.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/chalkify/type_wf.rs b/src/test/ui/chalkify/type_wf.rs
index dd83a03fd..eeeefcfb7 100644
--- a/src/test/ui/chalkify/type_wf.rs
+++ b/src/test/ui/chalkify/type_wf.rs
@@ -15,8 +15,8 @@ fn main() {
x: 5,
};
- let s = S { //~ ERROR the trait bound `{float}: Foo` is not satisfied
- x: 5.0,
+ let s = S {
+ x: 5.0, //~ ERROR the trait bound `{float}: Foo` is not satisfied
};
let s = S {