Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

A minimum example for a cargo check bug

Notifications You must be signed in to change notification settings

DusterTheFirst/cargo-check-bug-cfg-if

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-check-bug-cfg-if

A minimum example for a cargo check bug

Steps

  • Install the thumbv7em-none-eabihf toolchain
  • Compile the program with cargo build --release (should work)
  • Check the program with cargo check --release (Should not work)
  • Check the program with cargo check --release --target your-platform where your-platform is replaced by the target triple of your platform (should work)

About

A minimum example for a cargo check bug

Resources

Stars

Watchers

Forks

Languages