Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
associated-consts
/
issue-93835.rs
blob: 9cc33d53f9cd5b3f23c21e89d9f8028ba6d50c39 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
type_ascription
)]
fn
e
()
{
type_ascribe
!(
p
,
a
<
p
:
p
<
e
=
6
>>);
//~^ ERROR cannot find type `a` in this scope
//~| ERROR cannot find value
//~| ERROR associated const equality
//~| ERROR cannot find trait `p` in this scope
}
fn
main
()
{}