Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal compiler error: no type for local variable #12885

Closed
bachm opened this issue Mar 14, 2014 · 1 comment
Closed

internal compiler error: no type for local variable #12885

bachm opened this issue Mar 14, 2014 · 1 comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@bachm
Copy link

bachm commented Mar 14, 2014

A minimal code example that results in this error message:

static N: int = {
    let n: int = 56;
    n
};

fn main() {}
error: internal compiler error: no type for local variable 10u32
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: http://static.rust-lang.org/doc/master/complem
ent-bugreport.html
test.rs:5      let n: int = 56;
                    ^~~~~~~~~~~
@alexcrichton
Copy link
Member

Closed by #14183

flip1995 pushed a commit to flip1995/rust that referenced this issue Jun 13, 2024
Using Clippy as a proper noun when refering to the unique entity Clippy

I was reading some documentation (specially the book) and I notice some few usages of the word `clippy` when refering to the Project/Tool. As we already have in the majority of the documentation, in those cases, Clippy is a proper noun, and because of that should be used capitalized.

This is, for sure, not an exhaustive change: quite the opposity, it was just some cases that I could verify with not so much effort.

changelog: Docs: capitalizing the `clippy` word in some usages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

3 participants