about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2022-04-02 13:04:04 +0200
committerFlorian Diebold <flodiebold@gmail.com>2022-04-02 13:14:42 +0200
commit019f48673ac7342b40161cebd9eadeacb4649458 (patch)
treee92a90a62c2376bc95761d9636852b0e8d792b42 /src/test/codegen/src-hash-algorithm
parent63c4d6b20dd9445bea135473a6bf203644cfdd65 (diff)
downloadrust-019f48673ac7342b40161cebd9eadeacb4649458.tar.gz
rust-019f48673ac7342b40161cebd9eadeacb4649458.zip
fix: Paper over GAT panic
TIL that Chalk expects the arguments to a generic associated type to
come *before* the ones for the parent trait, not *after* as we have been
doing with all other nested generics. Fixing this requires a larger
refactoring, so for now this just papers over the problem by completely
ignoring parameters of associated types.

Fixes #11769.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions