]> git.lizzy.rs Git - rust.git/blobdiff - src/libtest/lib.rs
fix line length
[rust.git] / src / libtest / lib.rs
index b64973573c018336be1cd30a607b7db82da1d594..6c57581a6c250f3e3d00bc131bfe28c85d74ca9e 100644 (file)
 use term;
 
 // FIXME(#54291): rustc and/or LLVM don't yet support building with panic-unwind
-//                on aarch64-pc-windows-msvc, or thumbv7a-pc-windows-msvc, so we don't link libtest against
-//                libunwind (for the time being), even though it means that
-//                libtest won't be fully functional on these platforms.
+//                on aarch64-pc-windows-msvc, or thumbv7a-pc-windows-msvc
+//                so we don't link libtest against libunwind (for the time being)
+//                even though it means that libtest won't be fully functional on
+//                these platforms.
 //
 // See also: https://github.com/rust-lang/rust/issues/54190#issuecomment-422904437
 #[cfg(not(all(windows, any(target_arch = "aarch64", target_arch = "arm"))))]