Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
issue-23511.rs
blob: 4972a9fb47fff1218ce3692262f60b7fe6dfb975 [
file
] [
log
] [
blame
]
#![
feature
(
lang_items
)]
#![
no_std
]
pub
mod
str
{
#![
doc
(
primitive
=
"str"
)]
#[
lang
=
"str_alloc"
]
impl
str
{
// @has search-index.js foo
pub
fn
foo
(&
self
)
{}
}
}