Skip to content

emi2k01/cargo-check-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

$ cargo install --git https://github.com/emi2k01/cargo-check-tip.git

Usage

$ cargo check-tip

For library developers

In your Cargo.toml

[package.metadata.tips]
tip = "Functions must be async"
code_pattern = "(E0456|E0987)" # Rust code error pattern
message_pattern = "the trait bound.*" # Error message pattern
span_pattern = "the trait bound.*" # Span pattern, used to mark where the tip will point to

Rust error anatomy

Error anatomy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages