]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #94849 - ouz-a:master4, r=oli-obk
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Fri, 15 Apr 2022 18:50:44 +0000 (20:50 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 18:50:44 +0000 (20:50 +0200)
commit3d5dc413840d0a6706a99d8926fa9b48d110dc17
tree9aca48dbcd4dfa40f194e23b5cb467362e92d5b3
parent6f825246f8b8d8e3afffdf3b9c61c5c9d1e13339
parentdc970804541bcfdefbcfd45e46fa65c4757d086e
Rollup merge of #94849 - ouz-a:master4, r=oli-obk

Check var scope if it exist

Fixes #92893.

Added helper function to check the scope of a variable, if it doesn't have a scope call delay_span_bug, which avoids us trying to get a block/scope that doesn't exist.

Had to increase `ROOT_ENTRY_LIMIT` was getting tidy error