diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-23 00:42:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 00:42:18 -0700 |
| commit | e9d41344673d5f22f3ea82b9f30595017e317e5b (patch) | |
| tree | 618083433907394f4f0f29a1ddd78c5b50728fb3 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 9f2ef3f62d445a5871745ea02297644ca249a7b1 (diff) | |
| parent | 2f565967b056335659ff1dfc2108c746f4ac8af3 (diff) | |
| download | rust-e9d41344673d5f22f3ea82b9f30595017e317e5b.tar.gz rust-e9d41344673d5f22f3ea82b9f30595017e317e5b.zip | |
Rollup merge of #74654 - lcnr:default-no-more, r=varkor
require type defaults to be after const generic parameters From current discussions it seems like the goal here is for type and const parameters to be unordered and allow things like `struct Foo<const N: usize, T = u32>(T)` and `struct Foo<T, const N: usize = 7>` this way. Note: This means that using `min_const_generics` it will not be possible for an adt to have both type defaults and const parameters. closes #70471 r? @varkor @eddyb
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
