13 code results in rust-lang/rust
src/librustc_typeck/check/wfcheck.rs
Rust
Showing the top match
Last indexed Apr 4, 2019
src/librustc/ty/mod.rs
Rust
Showing the top match
Last indexed Apr 4, 2019
src/librustc_typeck/collect.rs
Rust
Showing the top two matches
Last indexed Apr 2, 2019
| 762 | the crate attributes to use it" |
| 763 | ); |
| 764 | err.emit(); |
| 765 | } |
| 766 | |
| 767 | let is_marker = tcx.has_attr(def_id, "marker"); |
| 768 | let def_path_hash = tcx.def_path_hash(def_id); |
| … | |
| 769 | let def = ty::TraitDef::new(def_id, unsafety, paren_sugar, is_auto, is_marker, def_path_hash); |
| 770 | tcx.alloc_trait_def(def) |
| 771 | } |
| 772 | |
| 773 | fn has_late_bound_regions<'a, 'tcx>( |
| 774 | tcx: TyCtxt<'a, 'tcx, 'tcx>, |
src/test/ui/overlap-marker-trait.stderr
Showing the top two matches
Last indexed Apr 1, 2019
src/test/ui/overlap-marker-trait.rs
Rust
Showing the top three matches
Last indexed Apr 1, 2019
src/test/ui/marker_trait_attr/overlap-marker-trait.stderr
Showing the top two matches
Last indexed Apr 1, 2019
src/test/ui/marker_trait_attr/overlap-marker-trait.rs
Rust
Showing the top three matches
Last indexed Apr 1, 2019
src/libstd/sys_common/backtrace.rs
Rust
Showing the top two matches
Last indexed Apr 1, 2019
src/librustc_typeck/coherence/mod.rs
Rust
Showing the top match
Last indexed Apr 1, 2019
src/librustc_metadata/schema.rs
Rust
Showing the top two matches
Last indexed Apr 1, 2019