blob: 21d02842431d0d02b98952b99cff374689d3d165 [file] [log] [blame]
#![feature(rustc_attrs)]
#![feature(rustdoc_internals)]
#![no_std]
pub mod str {
#![rustc_doc_primitive = "str"]
impl str {
// @hasraw search-index.js foo
#[rustc_allow_incoherent_impl]
pub fn foo(&self) {}
}
}