Sha256: 7f1d0a8c251b0ede2d30b3087ec157fc660945c97a642c4a5acf5a14ec58de34
Contents?: true
Size: 300 Bytes
Versions: 39
Compression:
Stored size: 300 Bytes
Contents
error: comparison operators cannot be chained --> tests/ui/chained-comparison.rs:6:19 | 6 | ensure!(false == false == true); | ^^ ^^ | help: split the comparison into two | 6 | ensure!(false == false && false == true); | ++++++++
Version data entries
39 entries across 39 versions & 1 rubygems