about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/osstring-to-string.js
AgeCommit message (Collapse)AuthorLines
2024-12-13rustdoc-search: update test with now-shorter function pathMichael Howell-1/+1
Both paths are correct. This one's better.
2024-01-18Add `display` method to `OsStr`riverbl-1/+1
Add `display` method to `OsStr` for lossy display of an `OsStr` which may contain invalid unicode. Invalid Unicode sequences are replaced with `U+FFFD REPLACEMENT CHARACTER`. This change also makes the `std::ffi::os_str` module public.
2023-06-10rustdoc: add note about slice/array searches to help popupMichael Howell-2/+1
2023-06-10rustdoc: add test case for `OsString::into_string`Michael Howell-0/+10