]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0255.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0255.stderr
index b5c09499276b19518b5bd349c93f53b3e591d2bc..352c5ba5be095005c48399f4652202a71d279f49 100644 (file)
@@ -3,7 +3,7 @@ error[E0255]: the name `foo` is defined multiple times
    |
 LL | use bar::foo;
    |     -------- previous import of the value `foo` here
-LL | 
+LL |
 LL | fn foo() {}
    | ^^^^^^^^ `foo` redefined here
    |