Skip to content

jdonszelmann/cargo-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demonstration of what I think is a bug in cargo. In the a/ directory there's a .cargo/config file with bullshit contents. However, cargo doesn't read this config file so no error is raised (this is done to demonstrate that cargo doesn't read this config).

However, moving the same .cargo/config directory to the root:

cp -r a/.cargo .

does raise an error: the config file is not a toml file. I expected the .cargo/config in the subdirectory to apply to the building of the a/ crate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages