rust/src/test/ui/run-pass
2018-09-22 09:26:40 +03:00
..
allocator
array-slice-vec
associated-consts
associated-types
autoref-autoderef
bench
binding
borrowck
cfg
coerce
coherence
consts
cross-crate
ctfe Allow various name convention lints. 2018-09-06 14:55:21 +02:00
deriving
drop
dynamically-sized-types
extern Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
for-loop-while
foreign
functions-closures
generator
generics
higher-rank-trait-bounds
hygiene
impl-trait
imports
intrinsics
issues rustc_resolve: don't allow ::crate_name to bypass extern_prelude. 2018-09-15 22:48:10 +03:00
iterators
macros Partially revert 674a5db "Fix undesirable fallout [from macro modularization]" 2018-09-14 02:49:21 +03:00
methods
mir
modules
moves
nll
non_modrs_mods Stabilization change for mod.rs 2018-09-08 19:41:46 -07:00
numbers-arithmetic
overloaded
packed
panic-runtime
panics
privacy
process
regions
rfcs Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
self
sepcomp
simd
specialization
statics
structs-enums
thinlto
threads-sendsync
traits
unboxed-closures
uniform-paths rustc_resolve: use continue instead of return to "exit" a loop iteration. 2018-09-15 22:48:10 +03:00
union Allow illegal_floating_point_literal_pattern. These will need to be updated at some point. 2018-09-06 14:55:24 +02:00
unique
unsized-locals
where-clauses
zero-sized