Files
third_party_rust_rust/tests
Matthias Krüger 0d2ab67742 Rollup merge of #107389 - zvavybir:master, r=estebank
Fixing confusion between mod and remainder

Like many programming languages, rust too confuses remainder and modulus.  The `%` operator and the associated `Rem` trait is (as the trait name suggests) the remainder, but since most people are linguistically more familiar with the modulus the documentation sometimes claims otherwise.  This PR tries to fix this problem in rustc.
2023-02-01 05:54:37 +01:00
..
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00
2023-01-29 13:01:06 +01:00
2023-01-11 09:32:08 +00:00
2023-01-29 21:19:02 +00:00
2023-01-29 20:19:26 +01:00
2023-01-30 17:11:35 +00:00
2023-01-11 09:32:08 +00:00
2023-01-11 09:32:08 +00:00