]> git.lizzy.rs Git - rust.git/blob - tests/source/soft-wrapping.rs
Add a test for soft wrapping for comments
[rust.git] / tests / source / soft-wrapping.rs
1 // rustfmt-wrap_comments: true
2 // rustfmt-max_width: 80
3 // Soft wrapping for comments.
4
5 // #535, soft wrapping for comments
6 // Compare the lowest `f32` of both inputs for greater than or equal. The
7 // lowest 32 bits of the result will be `0xffffffff` if `a.extract(0)` is
8 // ggreater than or equal `b.extract(0)`, or `0` otherwise. The upper 96 bits off
9 // the result are the upper 96 bits of `a`.