]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/floating_point_powf.stderr
iterate List by value
[rust.git] / tests / ui / floating_point_powf.stderr
index 8f0544d4b582bb129b9a073af903fed1b9142457..ad5163f0079be937ae34e629eaa5a5148c17190a 100644 (file)
@@ -47,6 +47,8 @@ error: cube-root of a number can be computed more accurately
    |
 LL |     let _ = x.powf(1.0 / 3.0);
    |             ^^^^^^^^^^^^^^^^^ help: consider using: `x.cbrt()`
+   |
+   = note: `-D clippy::imprecise-flops` implied by `-D warnings`
 
 error: exponentiation with integer powers can be computed more efficiently
   --> $DIR/floating_point_powf.rs:14:13