Skip to content

Conversation

@nagisa
Copy link
Member

@nagisa nagisa commented Jan 11, 2015

This is only relevant to the code that uses generics such as

fn magic<T: Shl>(a: T) { a << 10u8; }

r? @nikomatsakis

This is only relevant to the code that uses generics such as

    fn magic<T: Shl>(a: T) { a << 10u8; }

Fixes rust-lang#20288
bors added a commit that referenced this pull request Jan 12, 2015
This is only relevant to the code that uses generics such as

    fn magic<T: Shl>(a: T) { a << 10u8; }

r? @nikomatsakis
@bors bors merged commit 348d833 into rust-lang:master Jan 12, 2015
lnicola pushed a commit to lnicola/rust that referenced this pull request Nov 4, 2025
fix: Do not make false positive syntax errors on frontmatter
lnicola pushed a commit to lnicola/rust that referenced this pull request Nov 11, 2025
fix: Do not make false positive syntax errors on frontmatter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants