Skip to content

Conversation

@emberian
Copy link
Contributor

No description provided.

@emberian
Copy link
Contributor Author

This moves shootout-* into a shootout subdir, moves the various task and msgsend benches to an rt subdir, and moves the core-* benches to a std subdir. Renames shootout-* and core-* to remove the prefix as it is now redundant.

@brson
Copy link
Contributor

brson commented Jul 10, 2013

This doesn't modify mk/tests.mk. Does this continue running the benchmarks under make check-stage1-bench?

@brson
Copy link
Contributor

brson commented Jul 10, 2013

To be clear, there needs to be some mechanism that keeps these tests building, and that's make check-stage1-bench.

@emberian emberian closed this Aug 7, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2023
new lint: `type_id_on_box`

Closes rust-lang#7687.

A new lint that detects calling `.type_id()` on `Box<dyn Any>` (and not on the underlying `dyn Any`), which can make up for some pretty confusing bugs!

changelog: new lint: [`type_id_on_box`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants