This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-25 15:07:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_lint
/
src
History
Guillaume Gomez
66b4e93ba8
Add instructions on what to do in case casts other than to integers is ever working for function pointers
2025-11-10 20:44:33 +01:00
..
early
…
nonstandard_style
…
types
…
async_closures.rs
…
async_fn_in_trait.rs
…
autorefs.rs
…
builtin.rs
…
context.rs
…
dangling.rs
…
default_could_be_derived.rs
…
deref_into_dyn_supertrait.rs
…
drop_forget_useless.rs
…
early.rs
…
enum_intrinsics_non_enums.rs
…
errors.rs
…
expect.rs
…
for_loops_over_fallibles.rs
…
foreign_modules.rs
…
function_cast_as_integer.rs
Add instructions on what to do in case casts other than to integers is ever working for function pointers
2025-11-10 20:44:33 +01:00
if_let_rescope.rs
…
impl_trait_overcaptures.rs
…
internal.rs
…
invalid_from_utf8.rs
…
late.rs
…
let_underscore.rs
…
levels.rs
…
lib.rs
Add new
function_casts_as_integer
lint
2025-11-10 16:38:27 +01:00
lifetime_syntax.rs
…
lints.rs
Convert
function_cast_as_integer
lint suggestion to plain
*const ()
cast
2025-11-10 16:38:28 +01:00
macro_expr_fragment_specifier_2024_migration.rs
…
map_unit_fn.rs
…
multiple_supertrait_upcastable.rs
…
non_ascii_idents.rs
…
non_fmt_panic.rs
…
non_local_def.rs
…
nonstandard_style.rs
…
noop_method_call.rs
…
opaque_hidden_inferred_bound.rs
…
pass_by_value.rs
…
passes.rs
…
precedence.rs
…
ptr_nulls.rs
…
redundant_semicolon.rs
…
reference_casting.rs
…
shadowed_into_iter.rs
…
static_mut_refs.rs
…
tests.rs
…
traits.rs
…
transmute.rs
…
types.rs
…
unit_bindings.rs
…
unqualified_local_imports.rs
…
unused.rs
…
utils.rs
…