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
|
|
|
|
|
2023-10-04 13:04:45 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/27362
|
2023-10-04 12:08:47 -07:00
|
|
|
#![crate_name="issue_27362"]
|
|
|
|
|
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()"
|