This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15b4734d0c
rust
/
src
/
test
/
run-pass
/
issue-2526-a.rs
9 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Traverse types in reachability Issue 2526 showed a test case where a library exported only a type that was a synonym for a class. Because the class's destructor wasn't getting marked as reachable, its linkage was wrongly getting set to "internal". The solution is for reachability to traverse types. Closes #2526.
2012-06-13 13:20:21 -05:00
// xfail-fast
// aux-build:issue-2526.rs
tests: Rename to avoid colliding with real rust-zmq.
2012-07-20 22:40:47 -05:00
use
issue_2526
;
test: "import" -> "use"
2012-09-05 14:32:05 -05:00
use
issue_2526
::
*
;
Traverse types in reachability Issue 2526 showed a test case where a library exported only a type that was a synonym for a class. Because the class's destructor wasn't getting marked as reachable, its linkage was wrongly getting set to "internal". The solution is for reachability to traverse types. Closes #2526.
2012-06-13 13:20:21 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink