Home
last modified time | relevance | path

Searched refs:not_quite_const (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dtype.rs147 const fn not_quite_const<S: ~ const T>() -> i32 { <S as T>::CONST } in not_quite_const() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dtype.rs152 const fn not_quite_const<S: ~const T>() -> i32 { in not_quite_const() function