# T-lang meeting agenda
* Meeting date 2020-12-08
## Attendance
* Team members: Josh, scott, Taylor
* Others: simulacrum, mara
## Before meeting checklist
* [ ] Update the project board with new proposals
* [ ] Update the project board with new RFCs
## Pending proposals
- "Add a `NOOP_METHOD_CALL` lint for methods which should never be directly called" [lang-team#67](https://github.com/rust-lang/lang-team/issues/67)
- "Stop ignoring trailing semicolons in a macro body when a macro is invoked in expression position" [lang-team#70](https://github.com/rust-lang/lang-team/issues/70)
## Project board review
Review the [Lang team project board](https://github.com/rust-lang/lang-team/projects/2) and get updates
- Action item for lang team members: review ["conditional fallback for the `!` type"](https://github.com/rust-lang/rust/pull/79366) proposal
## Nominated RFCs
- "Adds `must_not_await_lint` RFC" [rfcs#3014](https://github.com/rust-lang/rfcs/pull/3014)
## P-high issues on rust-lang/rust
- No P-high issues this time.
## Nominated PRs and issues on rust-lang/rust
- "Add built-in implementations of `Default` for function definition and…" [rust#77688](https://github.com/rust-lang/rust/pull/77688)
- "Support `pub` on `macro_rules`" [rust#78166](https://github.com/rust-lang/rust/pull/78166)
- "Rename `overlapping_patterns` lint" [rust#78242](https://github.com/rust-lang/rust/pull/78242)
- "Apply `unused_doc_comments` lint to inner items" [rust#78367](https://github.com/rust-lang/rust/pull/78367)
- "Add #[must_bind] attribute and lint" [rust#78715](https://github.com/rust-lang/rust/pull/78715)
- "Accept arbitrary expressions in key-value attributes at parse time" [rust#78837](https://github.com/rust-lang/rust/pull/78837)
- "passes: prohibit invalid attrs on generic params" [rust#79073](https://github.com/rust-lang/rust/pull/79073)
- "expand/resolve: Turn `#[derive]` into a regular macro attribute" [rust#79078](https://github.com/rust-lang/rust/pull/79078)
- Concerns regarding `#[derive()]` behavior
- "Acknowledge that `[CONST; N]` is stable" [rust#79270](https://github.com/rust-lang/rust/pull/79270)
- "conditional fallback for the `!` type" [rust#79366](https://github.com/rust-lang/rust/pull/79366)
- "Add unstable #[may_ignore] attribute to cancel #[must_use]" [rust#79572](https://github.com/rust-lang/rust/pull/79572)
- "Parsable associated enum constructor" [rust#79658](https://github.com/rust-lang/rust/issues/79658)
- ""!" is the only type that is unsafe to raw-ptr-deref into a "_" pattern" [rust#79735](https://github.com/rust-lang/rust/issues/79735)