rust/src/test/rustdoc-js
Simon Sapin a2f878a084 Replace Box::{from,into}_unique with {from,into}_nonnull_raw
Thew `_raw` prefix is included because the fact that `Box`’s ownership
semantics are "dissolved" or recreated seem more important than the exact
parameter type or return type.
2018-01-20 11:09:22 +01:00
..
basic.js Add tester and a few tests 2018-01-12 22:51:34 +01:00
enum-option.js Add tester and a few tests 2018-01-12 22:51:34 +01:00
fn-forget.js Add tester and a few tests 2018-01-12 22:51:34 +01:00
from_u.js Replace Box::{from,into}_unique with {from,into}_nonnull_raw 2018-01-20 11:09:22 +01:00
macro-print.js Add tester and a few tests 2018-01-12 22:51:34 +01:00
string-from_ut.js Add tester and a few tests 2018-01-12 22:51:34 +01:00
struct-vec.js Add tester and a few tests 2018-01-12 22:51:34 +01:00