about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-30 16:25:47 +0200
committerGitHub <noreply@github.com>2023-04-30 16:25:47 +0200
commit9b10f985f91db1ac8fde12d3774e2795286ce391 (patch)
tree61821fb5f59d8820a18940333defd49b9f220ee7 /compiler/rustc_parse/src/errors.rs
parenteae208eef672118ff4b4fda92f695c3e78b5ca55 (diff)
parent489925fcaf94fa194e213954d4e9860f2ddf7ba5 (diff)
downloadrust-9b10f985f91db1ac8fde12d3774e2795286ce391.tar.gz
rust-9b10f985f91db1ac8fde12d3774e2795286ce391.zip
Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonur
bootstrap: Fix compile error: unused-mut

Compile errors:

```
   Compiling bootstrap v0.0.0 (/home/hev/rust/rust/src/bootstrap)
error: variable does not need to be mutable
    --> config.rs:1312:17
     |
1312 |             let mut build_target = config
     |                 ----^^^^^^^^^^^^
     |                 |
     |                 help: remove this `mut`
     |
     = note: `-D unused-mut` implied by `-D warnings`

error: could not compile `bootstrap` (lib) due to previous error
```
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions