Closed
Description
While trying to figure out what the #[reexport_test_harness_main]
attribute did, I ran across this line of code.
https://github.com/rust-lang/rust/blob/master/src/test/run-pass/core-run-destroy.rs#L18
Near as I can tell, the reference to #[reexport_test_harness_main]
here doesn't do anything, and can be removed for clarity.