]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-send-res-ports.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / no-send-res-ports.stderr
index 2ee32029b40dc7fba74392577eb1838c24759eb3..c35692d6eabc9e29e18e84cc309f942fc205502b 100644 (file)
@@ -10,7 +10,7 @@ LL | |         let y = x;
 LL | |         println!("{:?}", y);
 LL | |     });
    | |_____- within this `[closure@$DIR/no-send-res-ports.rs:25:19: 29:6]`
-   | 
+   |
   ::: $SRC_DIR/std/src/thread/mod.rs:LL:COL
    |
 LL |       F: Send + 'static,