We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc1b65 commit 8e8dbc2Copy full SHA for 8e8dbc2
tests/ui/binop/compound-assign-by-ref.rs
@@ -1,9 +1,8 @@
1
+//! Test compound assignment operators with reference right-hand side.
2
+
3
//@ run-pass
4
5
fn main() {
- // test compound assignment operators with ref as right-hand side,
- // for each operator, with various types as operands.
6
-
7
// test AddAssign
8
{
9
let mut x = 3i8;
0 commit comments