File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- // aux-build:issue-27362.rs
1
+ // aux-build:issue-27362-aux .rs
2
2
// ignore-cross-compile
3
- // ignore-test This test fails on beta/stable #32019
4
3
5
- extern crate issue_27362;
6
- pub use issue_27362 as quux;
4
+ extern crate issue_27362_aux;
7
5
8
- // @matches issue_27362/quux/fn.foo.html '//pre' "pub const fn foo()"
9
- // @matches issue_27362/quux/fn.bar.html '//pre' "pub const unsafe fn bar()"
10
- // @matches issue_27362/quux/struct.Foo.html '//code' "const unsafe fn baz()"
6
+ pub use issue_27362_aux:: * ;
7
+
8
+ // @matches issue_27362/fn.foo.html '//pre' "pub const fn foo()"
9
+ // @matches issue_27362/fn.bar.html '//pre' "pub const unsafe fn bar()"
10
+ // @matches issue_27362/struct.Foo.html '//code' "const unsafe fn baz()"
You can’t perform that action at this time.
0 commit comments