Skip to content

Commit

Permalink
transition rustc-guide to rustc-dev-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 6, 2020
1 parent e1d8827 commit 61e7a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minutes/2019-10-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- you could always invoke them directly
[x] [Stabilize --extern flag without a path.](https://github.com/rust-lang/rust/pull/64882)
* [ ] Some back & forth, lang is fine, t-compiler can do FCP…
* [ ] Also ehuss made a rustc-guide PR.
* [ ] Also ehuss made a rustc-dev-guide PR.
* [ ] [Fully integrate derive helpers into name resolution](https://github.com/rust-lang/rust/pull/64694)
* [ ] Felix is not here
* [ ] [Stabilize nested self receivers](https://github.com/rust-lang/rust/pull/64325)
Expand Down
2 changes: 1 addition & 1 deletion minutes/2020-01-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ None this week
- Let’s have a design meeting.
- [~~Tracking issue for RFC 2091: Implicit caller location #47809~~](https://github.com/rust-lang/rust/issues/47809)
- nominated because anp has implemented this and would like to extend to trait items, which (contrary to what we previously thought when RFC was accepted) don’t seem to pose much difficulty
- niko requested a summary of impl strategy for rustc-guide plus reference where appropriate, but the belief is that this is generally straightforward
- niko requested a summary of impl strategy for rustc-dev-guide plus reference where appropriate, but the belief is that this is generally straightforward
- I *believe* this works by a modification to the Rust ABI, and when we make a fn pointer we generate a small shim around it, so that as long as you do static dispatch, it works fine, and dynamic dispatch (either through `dyn` or `fn` type) will “cut the chain”, but I’ve not read all the PRs. —niko
- conclusion: let’s do it, even though we don’t have a lot of folks here
- [~~floating point to integer casts can cause undefined behaviour #10184~~](https://github.com/rust-lang/rust/issues/10184)
Expand Down

0 comments on commit 61e7a06

Please sign in to comment.