Skip to content
Avatar

Sponsors

@TraverseResearch @Shella @getsynth @ockam-network @embark-studios @eupn @gilescope @colelawrence @iliana @aquarhead @thomaseizinger
@mcarton

Organizations

@rust-lang @serde-rs @rust-lang-nursery
Block or Report

Block or report dtolnay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Safe interop between Rust and C++

    Rust 3k 136

  2. Flexible concrete Error type built on std::error::Error

    Rust 2k 63

  3. derive(Error) for struct and enum error types

    Rust 1.6k 55

  4. Parser for Rust source code

    Rust 1.3k 178

  5. Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

    Rust 1.2k 300

  6. Subcommand to show result of macro expansion

    Rust 1k 27

Contribution activity

July 2021

Created a pull request in rust-lang/rust-clippy that received 4 comments

Downgrade nonstandard_macro_braces to nursery

Due to the large number of crates impacted by #7422, I don't think this lint can be enabled by default right now until the false positive is fixed. …

+3 −4 4 comments
Opened 1 other pull request in 1 repository
dtolnay/cargo-tally
1 merged
Reviewed 6 pull requests in 4 repositories

Created an issue in rust-lang/rust-clippy that received 6 comments

Crash in use_self: LateContext::typeck_results called outside of body

Code pub trait Trait { fn f(); } macro_rules! repro { ($ty:ty) => { impl Trait for $ty { fn f() { extern "C" { fn _f() -> $ty; } } } }; } repro!(usize

6 comments

Seeing something unexpected? Take a look at the GitHub profile guide.