rust/tests/rustdoc/inline_cross/const-fn-27362.rs

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

14 lines
427 B
Rust
Raw Normal View History

2020-04-29 10:52:02 -05:00
// aux-build:issue-27362-aux.rs
// ignore-cross-compile
2023-10-04 15:04:45 -05:00
// https://github.com/rust-lang/rust/issues/27362
#![crate_name="issue_27362"]
2020-04-29 10:52:02 -05:00
extern crate issue_27362_aux;
2020-04-29 10:52:02 -05:00
pub use issue_27362_aux::*;
// @matches issue_27362/fn.foo.html '//pre' "pub const fn foo()"
// @matches issue_27362/fn.bar.html '//pre' "pub const unsafe fn bar()"
// @matches issue_27362/struct.Foo.html '//h4[@class="code-header"]' "const unsafe fn baz()"