rust/tests/rustdoc/issue-27362.rs

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

11 lines
347 B
Rust
Raw Normal View History

2020-04-29 10:52:02 -05:00
// aux-build:issue-27362-aux.rs
// ignore-cross-compile
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()"