Files
rust/library/std/src
Matthias Krüger d1ab870a07 Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhpratt
docs(std): add error docs for path canonicalize

This PR adds the missing error documentation for both [Path.canonicalize](https://doc.rust-lang.org/std/path/struct.Path.html#method.canonicalize) and [PathBuf.canonicalize](https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.canonicalize) methods. Since both methods are wappers around [fs::canonicalize](https://doc.rust-lang.org/std/fs/fn.canonicalize.html), the error doc is copied directly from that function.

This makes it faster to find what errors might arise when calling `path.canonicalize` or `path_buf.canonicalize` in the editor itself without needing to drill down to the  `fs::canonicalzie` docs.
2025-09-08 16:34:57 +02:00
..
2025-09-01 21:38:26 -04:00
2024-11-02 11:27:14 +01:00
2025-06-16 09:15:17 +02:00
2025-02-13 13:10:28 -08:00
2025-08-19 19:05:19 -04:00
2025-01-11 06:35:21 +02:00
2025-08-02 01:32:52 +02:00
2025-05-15 11:20:13 +02:00
2025-02-07 16:54:07 +01:00