]> git.lizzy.rs Git - rust.git/commit
Forbid elided lifetimes within const generic parameter types.
authorBen Lewis <benlewisj@gmail.com>
Sun, 12 Jan 2020 02:55:12 +0000 (15:55 +1300)
committerBen Lewis <benlewisj@gmail.com>
Sun, 12 Jan 2020 02:59:18 +0000 (15:59 +1300)
commitb4fddf0f0806662430b42cb5b226ac1e3d381026
treedbd35517a561e45970958d853e77465c8dc05771
parent1389494ac145a84dba025ff65969f7ab150c3f02
Forbid elided lifetimes within const generic parameter types.
src/librustc_ast_lowering/lib.rs
src/test/ui/const-generics/const-param-elided-lifetime.rs [new file with mode: 0644]
src/test/ui/const-generics/const-param-elided-lifetime.stderr [new file with mode: 0644]