bors
fb61292105
Auto merge of #117292 - estebank:issue-80446, r=davidtwco
...
Detect misparsed binop caused by missing semi
When encountering
```rust
foo()
*bar = baz;
```
We currently emit potentially two errors, one for the return type of
`foo` not being multiplicative by the type of `bar`, and another for
`foo() * bar` not being assignable.
We now check for this case and suggest adding a semicolon in the right
place and emit only a single error.
Fix #80446 .
2023-11-06 18:46:04 +00:00
..
2023-10-30 08:46:02 +11:00
2023-11-05 21:51:47 +03:30
2023-10-30 08:46:02 +11:00
2023-11-04 21:11:03 +01:00
2023-11-04 19:48:44 +01:00
2023-10-31 08:01:02 +11:00
2023-11-04 19:48:44 +01:00
2023-10-31 10:42:24 +00:00
2023-10-30 08:46:02 +11:00
2023-11-02 19:35:00 +11:00
2023-11-04 14:04:01 -07:00
2023-11-04 08:50:46 +11:00
2023-11-02 21:03:27 +01:00
2023-11-04 12:44:45 +09:00
2023-11-05 16:29:16 +00:00
2023-11-03 14:57:40 +00:00
2023-11-06 07:41:22 +00:00
2023-10-30 08:46:02 +11:00
2023-11-05 16:29:15 +00:00
2023-11-05 13:44:59 +00:00
2023-10-30 08:46:02 +11:00
2023-11-01 11:29:41 +01:00
2023-11-02 19:35:04 +11:00
2023-11-05 13:44:59 +00:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-11-02 19:35:04 +11:00
2023-11-04 00:29:52 +00:00
2023-11-04 19:48:44 +01:00
2023-11-06 18:46:04 +00:00
2023-11-04 20:16:03 +00:00
2023-10-30 08:46:02 +11:00
2023-11-04 22:15:22 +08:00
2023-11-04 08:50:46 +11:00
2023-10-30 08:46:02 +11:00
2023-11-04 08:50:46 +11:00
2023-11-04 08:50:46 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-11-04 16:44:42 +00:00
2023-11-04 08:50:46 +11:00
2023-11-06 16:17:49 +00:00
2023-11-04 14:44:00 +01:00
2023-10-30 08:46:02 +11:00
2023-11-05 21:51:47 +03:30
2023-11-02 19:35:00 +11:00
2023-11-04 20:04:02 +01:00
2023-10-30 08:46:02 +11:00
2023-11-04 08:50:46 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-11-05 16:29:15 +00:00
2023-11-01 14:17:56 +00:00
2023-11-05 13:44:59 +00:00
2023-10-30 08:46:02 +11:00
2023-11-01 16:39:22 +00:00
2023-11-06 02:07:34 +00:00
2023-11-03 14:57:40 +00:00
2023-10-30 08:46:02 +11:00
2023-11-02 18:16:37 +01:00
2023-11-06 10:10:52 +00:00
2023-11-01 14:17:56 +00:00