Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
doc-auto-cfg.rs
blob: b494b701a2ffb7267900caa1425cbe5d76f95c05 [
file
]
//@ compile-flags: --cfg extension
#[
cfg
(
extension
)]
pub
fn
compute
()
{}
pub
struct
Type
;
impl
Type
{
#[
cfg
(
extension
)]
pub
fn
transform
(
self
)
->
Self
{
self
}
}