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
2024-10-31 22:41:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0887113991
rust
/
src
/
test
/
ui
/
usize-generic-argument-parent.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix issue with specifying generic arguments for primitive types
2020-10-18 21:40:50 +00:00
fn
foo
(
)
{
Make output more specific
2022-06-01 23:55:30 +00:00
let
x
:
usize
<
foo
>
;
//~ ERROR const arguments are not allowed on this type
Fix issue with specifying generic arguments for primitive types
2020-10-18 21:40:50 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink