]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov
authorYuki Okushi <jtitor@2k36.org>
Fri, 6 Aug 2021 16:46:34 +0000 (01:46 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 16:46:34 +0000 (01:46 +0900)
commita4262cc9841d91d48ef994b36eab323e615a7083
treed3588fe64745c6f236c40c7063c0f5bbff029045
parent8ee962f88e1be7e29482b13c7776c26b98a93bf7
parenta35d7f2bb32c35a5da3c7e7ba0d68af1e33f0619
Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov

Remove special case for statement `NodeId` assignment

We now let `noop_flat_map_stmt` assign `NodeId`s (via `visit_id`),
just as we do for other AST nodes.