]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/nocapture-fail.stderr
rustdoc: Early doc link resolution fixes and refactorings
[rust.git] / src / test / rustdoc-ui / nocapture-fail.stderr
index 16a5ac47cd2579401e3c06df48f346751e207156..b65b622c1ed4b5965539325ed02f8b51e936c5ac 100644 (file)
@@ -9,9 +9,9 @@ LL | | }
    |
 help: you might have forgotten to add the struct literal inside the block
    |
-LL | fn foo() { SomeStruct {
+LL ~ fn foo() { SomeStruct {
 LL |     Input: 123
-LL | } }
+LL ~ } }
    |
 
 error: aborting due to previous error