Skip to content

Commit 41580ca

Browse files
authored
Merge pull request #12 from chrissimpkins/master
Update rustc-guide to rustc-dev-guide
2 parents e1d8827 + 61e7a06 commit 41580ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minutes/2019-10-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- you could always invoke them directly
4949
[x] [Stabilize --extern flag without a path.](https://github.com/rust-lang/rust/pull/64882)
5050
* [ ] Some back & forth, lang is fine, t-compiler can do FCP…
51-
* [ ] Also ehuss made a rustc-guide PR.
51+
* [ ] Also ehuss made a rustc-dev-guide PR.
5252
* [ ] [Fully integrate derive helpers into name resolution](https://github.com/rust-lang/rust/pull/64694)
5353
* [ ] Felix is not here
5454
* [ ] [Stabilize nested self receivers](https://github.com/rust-lang/rust/pull/64325)

minutes/2020-01-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ None this week
143143
- Let’s have a design meeting.
144144
- [~~Tracking issue for RFC 2091: Implicit caller location #47809~~](https://github.com/rust-lang/rust/issues/47809)
145145
- 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
146-
- niko requested a summary of impl strategy for rustc-guide plus reference where appropriate, but the belief is that this is generally straightforward
146+
- niko requested a summary of impl strategy for rustc-dev-guide plus reference where appropriate, but the belief is that this is generally straightforward
147147
- 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
148148
- conclusion: let’s do it, even though we don’t have a lot of folks here
149149
- [~~floating point to integer casts can cause undefined behaviour #10184~~](https://github.com/rust-lang/rust/issues/10184)

0 commit comments

Comments
 (0)