rust/tests/rustdoc-ui/scrape-examples/scrape-examples-ice.rs

5 lines
171 B
Rust
Raw Normal View History

//@ compile-flags: -Z unstable-options --scrape-examples-output-path {{build-base}}/t.calls --scrape-examples-target-crate foobar
//@ check-pass
2021-11-05 17:18:32 +00:00
#![no_std]
2021-11-26 17:33:07 +00:00
use core as _;