diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-08 21:44:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 21:44:46 +0200 |
| commit | 61d7a4b66e526f6bdfa9d0b9a0d4a937b32a5282 (patch) | |
| tree | 16e49eb308e088e1cedc11b2f8935b51763b3432 /compiler/rustc_codegen_llvm/src | |
| parent | acf3791c16cdf62cea051dfc1fba96bcd60653ee (diff) | |
| parent | ff574b77ab05c4b74225746c1bc0082c114f902a (diff) | |
| download | rust-61d7a4b66e526f6bdfa9d0b9a0d4a937b32a5282.tar.gz rust-61d7a4b66e526f6bdfa9d0b9a0d4a937b32a5282.zip | |
Rollup merge of #114629 - Enselic:uncomment-gat-code, r=compiler-errors
tests: Uncomment now valid GAT code behind FIXME
The code fails to parse with `nightly-2021-02-05`:
$ cargo +nightly-2021-02-05 build
error: generic associated types in trait paths are currently not implemented
--> src/main.rs:9:42
|
9 | fn _bar<T: for<'a> StreamingIterator<Item<'a> = &'a [i32]>>(_iter: T) { /* ... */
| ^^^^
but parses with `nightly-2021-02-06`:
$ cargo +nightly-2021-02-06 build
warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes
warning: 1 warning emitted
because it was (with high probability) fixed by #79554 which was merged within that nightly range.
This PR is part of #44366 which is E-help-wanted.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
