Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
parse_global_path_generic.rs
blob: eb083a8bed2f5a6bb500c41d8191b71f93d41b9c [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-compile-until=ast" }
pub
fn
foo
<
D
:
::
std
::
fmt
::
Debug
>(
_d
:
D
)
->
u32
{
0
}