rust/src/test
Alex Crichton 1da4488d87 Guarantee that statics have unique names
While they may have the same name within various scopes, this changes static
names to use path_pretty_name to append some hash information at the end of the
symbol. We're then guaranteed that each static has a unique NodeId, so this
NodeId is as the "hash" of the pretty name.

Closes #9188
2013-09-14 23:19:11 -07:00
..
auxiliary Guarantee that statics have unique names 2013-09-14 23:19:11 -07:00
bench
codegen
compile-fail rustc: Fix cstack lint for default methods. Closes #8753 2013-09-12 15:21:01 -07:00
debug-info debuginfo: Support for namespaces (functions only) 2013-09-10 16:25:19 +02:00
pretty Fix the empty-impl tests 2013-09-11 23:58:30 +00:00
run-fail
run-pass Guarantee that statics have unique names 2013-09-14 23:19:11 -07:00
run-pass-fulldeps