rustfmt does not support use closures yet

This commit is contained in:
Santiago Pastorino 2025-03-31 14:36:09 -03:00
parent 20f93c9e8e
commit dfa58e39c8
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -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",
]