This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
rust
/
tests
/
ui
/
const-generics
/
issue-93647.rs
7 lines
108 B
Rust
Raw
Normal View
History
Unescape
Escape
resolve lifetimes for const generic defaults
2022-02-05 04:56:32 +00:00
struct
X
<
const
N
:
usize
=
{
(
|
|
1
usize
)
(
)
Make error messages great again (and fix clippy and add test)
2022-09-21 15:02:15 +00:00
//~^ ERROR cannot call non-const closure
resolve lifetimes for const generic defaults
2022-02-05 04:56:32 +00:00
}
>
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink