Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
rustdoc-js
/
impl-trait-inlining.rs
blob: f90fb72659ae763a37c728ff2e160d0758bd5d0e [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
pub
struct
TyCtxt
;
pub
struct
DefId
;
pub
struct
Symbol
;
impl
TyCtxt
{
pub
fn
has_attr
(
self
,
_did
:
impl
Into
<
DefId
>,
_attr
:
Symbol
)
->
bool
{
unimplemented
!();
}
}