We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850e4a commit 9af047fCopy full SHA for 9af047f
src/test/rustdoc/show-const-contents.rs
@@ -51,7 +51,7 @@ pub const MY_TYPE_WITH_STR: MyTypeWithStr = MyTypeWithStr("show this");
51
// @has show_const_contents/constant.PI.html '; // 3.14159274f32'
52
pub use std::f32::consts::PI;
53
54
-// @has show_const_contents/constant.MAX.html '= i32::max_value(); // 2_147_483_647i32'
+// @has show_const_contents/constant.MAX.html '= i32::MAX; // 2_147_483_647i32'
55
pub use std::i32::MAX;
56
57
macro_rules! int_module {
0 commit comments