]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/soft-wrapping.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / soft-wrapping.rs
index a73937673842a44a63dae3a52d08e4e62a3f3caa..b0682d4db3a3493b6b734908ae0a7759b4875d1a 100644 (file)
@@ -7,3 +7,9 @@
 // lowest 32 bits of the result will be `0xffffffff` if `a.extract(0)` is
 // ggreater than or equal `b.extract(0)`, or `0` otherwise. The upper 96 bits off
 // the result are the upper 96 bits of `a`.
+
+/// Compares the lowest `f32` of both inputs for greater than or equal. The
+/// lowest 32 bits of the result will be `0xffffffff` if `a.extract(0)` is
+/// greater than or equal `b.extract(0)`, or `0` otherwise. The upper 96 bits off
+/// the result are the upper 96 bits of `a`.
+fn foo() {}