Home
last modified time | relevance | path

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

/third_party/rust/crates/lazy-static.rs/tests/
Dtest.rs67 let copy_of_string = STRING; in test_meta() localVariable
69 assert!(&STRING as *const _ != &copy_of_string as *const _); in test_meta()