diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2025-03-31 14:36:09 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2025-04-07 16:53:11 -0300 |
| commit | dfa58e39c812348f74624eb8ff9f8a7c6bafeb4b (patch) | |
| tree | d3fc3d085bf7150e81aba8e70e6889ce3d1651e3 | |
| parent | 20f93c9e8e15f956b4f31afd0d5be42c1c0eea3f (diff) | |
| download | rust-dfa58e39c812348f74624eb8ff9f8a7c6bafeb4b.tar.gz rust-dfa58e39c812348f74624eb8ff9f8a7c6bafeb4b.zip | |
rustfmt does not support use closures yet
| -rw-r--r-- | rustfmt.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index c884a33729c..7c384b876bf 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -53,4 +53,8 @@ ignore = [ # Code automatically generated and included. "compiler/rustc_codegen_gcc/src/intrinsic/archs.rs", "compiler/rustc_codegen_gcc/example", + + # Rustfmt doesn't support use closures yet + "tests/mir-opt/ergonomic-clones/closure.rs", + "tests/codegen/ergonomic-clones/closure.rs", ] |
