]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/xc-private-method.stderr
Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726
[rust.git] / src / test / ui / xc-private-method.stderr
index 69b414cc8f92363ff1bcac98f75dee6f7507f796..0eabc592aa41e190eeefbf4d34fddc6803fbcc4d 100644 (file)
@@ -3,7 +3,7 @@ error[E0624]: associated function `static_meth_struct` is private
    |
 LL |     let _ = xc_private_method_lib::Struct::static_meth_struct();
    |                                            ^^^^^^^^^^^^^^^^^^ private associated function
-   | 
+   |
   ::: $DIR/auxiliary/xc-private-method-lib.rs:8:5
    |
 LL |     fn static_meth_struct() -> Struct {
@@ -14,7 +14,7 @@ error[E0624]: associated function `static_meth_enum` is private
    |
 LL |     let _ = xc_private_method_lib::Enum::static_meth_enum();
    |                                          ^^^^^^^^^^^^^^^^ private associated function
-   | 
+   |
   ::: $DIR/auxiliary/xc-private-method-lib.rs:23:5
    |
 LL |     fn static_meth_enum() -> Enum {