]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #90267 - EliseZeroTwo:elisezerotwo/fix_invalid_attrs_ice, r=Aaron1011
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 27 Oct 2021 16:25:44 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 16:25:44 +0000 (18:25 +0200)
commit17d17420285b312ea75faddad79d8552e685c85e
tree4704e4f7249defb9f4045366ad8d79ad50920bc5
parent088dc91e0a8cda39c9525d275a55046427c33485
parent7f0d43a003a70ce4cc12d8239e379feb5e5e48f8
Rollup merge of #90267 - EliseZeroTwo:elisezerotwo/fix_invalid_attrs_ice, r=Aaron1011

fix: inner attribute followed by outer attribute causing ICE

Fixes #87936, #88938, and #89971.

This removes the assertion that validates that there are no outer attributes following inner attributes. Where the inner attribute is invalid you get an actual error.