Results 606 comments of Niko Matsakis

> My general experience from testing the lint with limit starting from around a few kilobytes, is that it is very likely to lint about copies of large structs. This...

@nrc > The unknown for me here is that currently the compiler answers the question "is there an implementation of a method with a specific name for a specific type"...

Pretty reliably, yes. When editing chalk.

How do I build + run from a custom branch? I've only ever used the RLS from rustup :)

@Darksonn have you seen this write-up here? https://rust-lang.github.io/unsafe-code-guidelines/layout/structs-and-tuples.html I didn't do a detailed comparison, but I would like to ensure they are compatible as that text had a fair bit...

Perhaps "categories of expressions" or "expression categories"?

Evaluation seems strange to me because it sounds very much like a property of what happens when the expression *executes*, but this is more of a category of expression that...

@ehuss oof, I totally forgot about this PR.

The interaction with privacy, @scottmcm, is a good callout. I would expect, I think, that the inherent methods get the privacy defined on the trait, though that's certainly not the...

Postponed RFC #949 contains a description of a possible newtype semantics.