You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 've created a rs file to example directory using the samba from mac.
At that time, dot underscore file has been created.
I error has occurred when you run the cargo test.
$ cargo test
Compiling kagurazaka v0.1.0 (file:///home/nacika/ws/kagurazaka)
error: "examples/._minus.rs" is not UTF-8 encoded
Could not compile `kagurazaka`.
This problem also occurs to specify the exclude to Cargo.toml.
The text was updated successfully, but these errors were encountered:
Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.
Closesrust-lang#1615
Whenever Cargo infers various targets for a project it currently picks up all
files in associated folders, but dotfiles are a common example of files which
editors generate which Cargo should not pick up, so this commit ignores all
dotfiles in the folders that it is looking at.
Closes#1615
I 've created a rs file to example directory using the samba from mac.
At that time, dot underscore file has been created.
I error has occurred when you run the
cargo test
.This problem also occurs to specify the exclude to Cargo.toml.
The text was updated successfully, but these errors were encountered: