about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/const-fn.rs
blob: 24934b873c25b497933c06a6397942567642957e (plain)
1
2
3
4
5
6
7
8
9
10
// Regression test for issue #116629.
// Check that we render the correct generic params of const fn

// aux-crate:const_fn=const-fn.rs
// edition: 2021
#![crate_name = "user"]

// @has user/fn.load.html
// @has - '//pre[@class="rust item-decl"]' "pub const fn load() -> i32"
pub use const_fn::load;