Home
last modified time | relevance | path

Searched defs:StaticRef (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/borrow_interior_mutable_const/
Dothers.rs26 pub struct StaticRef<T> { struct
30 impl<T> StaticRef<T> { impl
42 impl<T> std::ops::Deref for StaticRef<T> { implementation
/third_party/rust/rust/tests/ui/rust-2018/
Dedition-lint-infer-outlives.rs790 struct StaticRef<T: 'static> { struct
791 field: &'static T
/third_party/rust/rust/compiler/rustc_middle/src/
Dthir.rs481 StaticRef { enumerator
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs889 StaticRef { def_id: DefId, is_thread_local: bool }, enumerator