2020-04-29 10:52:02 -05:00
|
|
|
// aux-build:issue-27362-aux.rs
|
2015-11-19 09:27:17 -06:00
|
|
|
// ignore-cross-compile
|
|
|
|
|
2023-10-04 15:04:45 -05:00
|
|
|
// https://github.com/rust-lang/rust/issues/27362
|
2023-10-04 14:08:47 -05:00
|
|
|
#![crate_name="issue_27362"]
|
|
|
|
|
2020-04-29 10:52:02 -05:00
|
|
|
extern crate issue_27362_aux;
|
2015-11-19 09:27:17 -06:00
|
|
|
|
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()"
|
2021-07-25 16:41:57 -05:00
|
|
|
// @matches issue_27362/struct.Foo.html '//h4[@class="code-header"]' "const unsafe fn baz()"
|