about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-08 21:44:46 +0200
committerGitHub <noreply@github.com>2023-08-08 21:44:46 +0200
commit61d7a4b66e526f6bdfa9d0b9a0d4a937b32a5282 (patch)
tree16e49eb308e088e1cedc11b2f8935b51763b3432 /compiler/rustc_codegen_llvm/src
parentacf3791c16cdf62cea051dfc1fba96bcd60653ee (diff)
parentff574b77ab05c4b74225746c1bc0082c114f902a (diff)
downloadrust-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