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

make install is broken #2555

Closed
brson opened this issue Jun 8, 2012 · 1 comment · May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6
Closed

make install is broken #2555

brson opened this issue Jun 8, 2012 · 1 comment · May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6

Comments

@brson
Copy link
Contributor

brson commented Jun 8, 2012

e849311 resulted in make install not working.

bstrie added a commit to bstrie/rust that referenced this issue Jun 9, 2012
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: unix-y environment
cfg: using gcc
cfg: no pdflatex found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: including install rules
install: /usr/local/bin/rustc fix to address rust-lang#2555
brson pushed a commit that referenced this issue Jun 9, 2012
@brson
Copy link
Contributor Author

brson commented Jun 9, 2012

Fixed by bstrie

@brson brson closed this as completed Jun 9, 2012
brson added a commit that referenced this issue Sep 22, 2012
oli-obk pushed a commit to oli-obk/rust that referenced this issue Sep 21, 2022
flip1995 pushed a commit to flip1995/rust that referenced this issue Oct 21, 2023
add lint for struct field names

changelog: [`struct_field_names`]: lint structs with the same pre/postfix in all fields or with fields that are pre/postfixed with the name of the struct.

fixes rust-lang#2555

I've followed general structure and naming from the code in [enum_variants](https://github.com/rust-lang/rust-clippy/blob/b788addfcc955368b9771b77d312c248fab60253/clippy_lints/src/enum_variants.rs) lint, which implements the same logic for enum variants.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant