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 afb4fbd commit 4a7ffe2Copy full SHA for 4a7ffe2
src/libcore/ptr.rs
@@ -2532,7 +2532,7 @@ pub fn eq<T: ?Sized>(a: *const T, b: *const T) -> bool {
2532
///
2533
/// assert_eq!(actual, expected);
2534
/// ```
2535
-#[unstable(feature = "ptr_hash", reason = "newly added", issue = "56285")]
+#[unstable(feature = "ptr_hash", reason = "newly added", issue = "56286")]
2536
pub fn hash<T, S: hash::Hasher>(hashee: &T, into: &mut S) {
2537
use hash::Hash;
2538
NonNull::from(hashee).hash(into)
0 commit comments