Function rustc::middle::trans::tvec::trans_lit_str[src]

pub fn trans_lit_str<'a>(bcx: &'a Block<'a>, lit_expr: &Expr, str_lit: InternedString, dest: Dest) -> &'a Block<'a>

Literal strings translate to slices into static memory. This is different from trans_slice_vstore() above because it does need to copy the content anywhere.