mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-13 22:33:35 -04:00
Merge pull request #1641 from mo8it/move-semantics5-test
Convert exercises with assertions to tests
This commit is contained in:
commit
4d04aad890
6 changed files with 9 additions and 5 deletions
exercises/smart_pointers
|
@ -35,6 +35,7 @@ impl Planet {
|
|||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn main() {
|
||||
let sun = Rc::new(Sun {});
|
||||
println!("reference count = {}", Rc::strong_count(&sun)); // 1 reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue