]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0618.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0618.stderr
index a3a90968df704c38e5ccf3e15636de2d09f3e98a..fcee6b47c1d2b79b8757365015af4324d3ecce58 100644 (file)
@@ -13,7 +13,7 @@ help: `X::Entry` is a unit variant, you need to write it without the parentheses
    |
 LL -     X::Entry();
 LL +     X::Entry;
-   | 
+   |
 
 error[E0618]: expected function, found `i32`
   --> $DIR/E0618.rs:9:5