alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
clippy
author
Andrey
committer
Louis Pilfold
date
1 month ago
(Jun 22, 2026, 3:19 PM +0100)
commit
fd30192d
fd30192d59cd800af5ea42ecdb2b38279eb4f830
parent
42de58be
42de58bee8c772ef442604372ae2ee84d855bf72
change-id
ntuzmxnn
ntuzmxnnlwkstyrsotnonpyvtzzlrsmu
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
compiler-cli
src
fs.rs
+1
-1
compiler-cli/src/fs.rs
View file
Reviewed
···
714
714
result.map_err(|err| Error::FileIo {
715
715
action: FileIoAction::Link(dest.to_path_buf()),
716
716
kind: FileKind::File,
717
717
-
path: Utf8PathBuf::from(src),
717
717
+
path: src,
718
718
err: Some(err.to_string()),
719
719
})?;
720
720
Ok(())