summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/inherent-assoc-consts-36031.rs
blob: 755fc1cfdff2935b646f0b0690b773fbd521d61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// aux-build:issue-36031.rs
// check-pass
// build-aux-docs
// ignore-cross-compile

// https://github.com/rust-lang/rust/issues/36031

#![crate_name = "foo"]

extern crate issue_36031;

pub use issue_36031::Foo;