or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Lang Team Triage Meeting Minutes
OK, experiment over, let's move back to Dropbox Paper
Action items
propose case-by-case uplift for clippy lints (scottmcm) & cancel FCP
niko to post summary comment on turbofish RFC and postpone
mem::zeroed/uninit: panic on types that do not permit zero-initialization #66059
Design meeting topics
Scheduler
Pin
and rogueDerefMut
impls #66544 (proposed)Urgent-ish
ffi-unwind and the "C" ABI (proposed)
dyn Trait + coherence interaction #57893
stacked borrows overview +
&self
in AtomicUsize + maybe the embedded interactions (proposed)Speculative
roadmap + next edition (proposed)
unsafe code and
&raw
in next edition (proposed)Shepherded item updates
inline assembly (Amanieu, Josh)
safe transmute (Ryan, Josh)
const evaluation (ecstatic-morse)
&mut
ref types and borrows are on nightly but no RFC – need one?loop { .. }
ffi-unwind (BatmanAod)
"dyn Trait" stuff (nikomatsakis)
Relevant issue: rust-lang/rust#57893
no update
grammar (qmx)
never_type
(!
) stabilization (nikomatsakis)or-patterns
bindings after at
Shepherding proposals
None this week
Triage
P-high issues
Usage of erroneous constant can be omitted on nightly and beta #67083
Pin
is unsound due to rogue Deref/DerefMut implementations rust-lang/rust#66544Coherence can be bypassed by an indirect impl for a trait object
Nominated PRs
Stabilize
#![feature(slice_patterns)]
in 1.42.0 – #67712Treat extern statics just like statics in the "const pointer to static" representation #67630
WIP: no longer promote non-pattern const functions #67531
Expr walking structural match (reopened) #67088
None::<IllegalType>
const fn
calls and a few other cases, and of course const generics[None::<String>; 22]
mem::zeroed/uninit: panic on types that do not permit zero-initialization #66059
mem::zeroed
andmem::uninitialized
will panicNominated issues
(request) Extend
#[must_use]
to Pin #67387Deref
trait, and generally encourage doing something for pin now and considering a more general extension separatelyCasting or adding type ascription to panic!() triggers unreachable_code
Add configurable, per-item instruction limit for CTFE
PartialEq implementation for RangeInclusive is unsound
Pin
is unsound due to rogue Deref/DerefMut implementations #66544Tracking issue for RFC 2645, "Transparent Unions and Enums" #60405
#[repr(transparent)]
for enums:#[repr(transparent)]
applied to a univariant enum behaves as if it were a structArc::drop has a (potentially) dangling shared ref #55005
Tracking issue for RFC 2091: Implicit caller location #47809
floating point to integer casts can cause undefined behaviour #10184
-Z
flag to opt out for a timeNominated RFCs
Calling methods on generic parameters of const fns
Make the turbofish syntax redundant
target_feature 1.1
rfcbot pending list
Some older items that haven't moved in a while, can we do something?
RFC: Elide Array Size
Tracking issue for RFC 2046, label-break-value #48594
Some recent additions:
Make
handle_alloc_error
default to panic (for no_std + liballoc)Stabilize the
#[alloc_error_handler]
attribute (for no_std + liballoc) #66740Recap:
Uplift lints from clippy to rustc (rust-lang/rust#53224)
Future meeting proposals