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.
2 parents f56782a + 577bbac commit 44d0b41Copy full SHA for 44d0b41
src/libstd/fs.rs
@@ -844,6 +844,8 @@ pub fn symlink_metadata<P: AsRef<Path>>(path: P) -> io::Result<Metadata> {
844
845
/// Rename a file or directory to a new name.
846
///
847
+/// This will not work if the new name is on a different mount point.
848
+///
849
/// # Errors
850
851
/// This function will return an error if the provided `from` doesn't exist, if
0 commit comments