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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
171 B
Rust
Raw Normal View History

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