about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-06-04 08:52:14 -0400
committerGitHub <noreply@github.com>2024-06-04 08:52:14 -0400
commit23f39a21db5be4f8402599729e0a265b447b0a3b (patch)
tree9b3391b9c53ebcb2a6ca18a7a0d12a6d744759b4 /compiler/rustc_resolve/src
parent7699da4858952c5ce0b1b9588dc127f33a68db07 (diff)
parent4798c20d31843b49bf3a5e891c1a3534f007ce61 (diff)
downloadrust-23f39a21db5be4f8402599729e0a265b447b0a3b.tar.gz
rust-23f39a21db5be4f8402599729e0a265b447b0a3b.zip
Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqd
Streamline `nested` calls.

`TyCtxt` impls `PpAnn` in `compiler/rustc_middle/src/hir/map/mod.rs`. We can call that impl, which then calls the one on `intravisit::Map`, instead of calling the one on `intravisit::Map` directly, avoiding a cast and extra references.

r? `@lqd`
Diffstat (limited to 'compiler/rustc_resolve/src')
0 files changed, 0 insertions, 0 deletions