File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ pub fn cs() -> SegmentSelector {
266266}
267267/// Alias for [`FS::write_base()`].
268268///
269- /// Raises #GP if the provided address is non-canonical.
269+ /// Panics if the provided address is non-canonical.
270270#[ deprecated( since = "0.14.4" , note = "use `FS::write_base()` instead" ) ]
271271#[ allow( clippy:: missing_safety_doc) ]
272272#[ inline]
@@ -282,7 +282,7 @@ pub unsafe fn rdfsbase() -> u64 {
282282}
283283/// Alias for [`GS::write_base()`].
284284///
285- /// Raises #GP if the provided address is non-canonical.
285+ /// Panics if the provided address is non-canonical.
286286#[ deprecated( since = "0.14.4" , note = "use `GS::write_base()` instead" ) ]
287287#[ allow( clippy:: missing_safety_doc) ]
288288#[ inline]
You can’t perform that action at this time.
0 commit comments