Advertisement
cwchen

[Rust] explicit static lifetime

Aug 27th, 2017
1,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.05 KB | None | 0 0
  1. fn main() {
  2.    let x: &'static str = "Hello, World";
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement