diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-02-29 20:50:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 20:50:02 +0100 |
| commit | 050610e7724086897c67bdfd023cb2f9722f8332 (patch) | |
| tree | 03ad762088b1fe85b291eb141160c17455661ddb /tests/codegen/patchable-function-entry/patchable-function-entry-no-flag.rs | |
| parent | 6f2722b2fad3955f11874d3a6c90a4f86d77b0af (diff) | |
| parent | fc64cbdbe7dd07b021f9a2989c29cfb9ddab419a (diff) | |
| download | rust-050610e7724086897c67bdfd023cb2f9722f8332.tar.gz rust-050610e7724086897c67bdfd023cb2f9722f8332.zip | |
Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-aliases, r=compiler-errors
Detect empty leading where clauses on type aliases
1. commit: refactor the AST of type alias where clauses
* I could no longer bear the look of `.0.1` and `.1.0`
* Arguably moving `split` out of `TyAlias` into a substruct might not make that much sense from a semantic standpoint since it reprs an index into `TyAlias.predicates` but it's alright and it cleans up the usage sites of `TyAlias`
2. commit: fix an oversight: An empty leading where clause is still a leading where clause
* semantically reject empty leading where clauses on lazy type aliases
* e.g., on `#![feature(lazy_type_alias)] type X where = ();`
* make empty leading where clauses on assoc types trigger lint `deprecated_where_clause_location`
* e.g., `impl Trait for () { type X where = (); }`
Diffstat (limited to 'tests/codegen/patchable-function-entry/patchable-function-entry-no-flag.rs')
0 files changed, 0 insertions, 0 deletions
