2020-04-29 11:52:02 -04:00
|
|
|
// aux-build:issue-27362-aux.rs
|
2015-11-19 16:27:17 +01:00
|
|
|
// ignore-cross-compile
|
|
|
|
|
2020-04-29 11:52:02 -04:00
|
|
|
extern crate issue_27362_aux;
|
2015-11-19 16:27:17 +01:00
|
|
|
|
2020-04-29 11:52:02 -04: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()"
|
2021-07-25 21:41:57 +00:00
|
|
|
// @matches issue_27362/struct.Foo.html '//h4[@class="code-header"]' "const unsafe fn baz()"
|