about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-23 00:42:18 -0700
committerGitHub <noreply@github.com>2020-07-23 00:42:18 -0700
commite9d41344673d5f22f3ea82b9f30595017e317e5b (patch)
tree618083433907394f4f0f29a1ddd78c5b50728fb3 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent9f2ef3f62d445a5871745ea02297644ca249a7b1 (diff)
parent2f565967b056335659ff1dfc2108c746f4ac8af3 (diff)
downloadrust-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