rust-lang / spec

The Rust specification
Apache License 2.0
103 stars 7 forks source link

Add a guideline for target-specific behavior. #58

Closed ehuss closed 6 months ago

ehuss commented 6 months ago

This adds a vague guideline about target-specific behavior.

There is a potential intertwined relationship with implementation-specific (#29) and version-specific rules, and other intentionally unspecified behaviors (#28). I expect to follow up with those later.

Closes https://github.com/rust-lang/spec/issues/44

ehuss commented 6 months ago

@JoelMarcey When approving, I think it is fine for you to also merge. If there was some hesitation, please let us know so that it is clear what is blocking. I'm going to go ahead and merge based on the approval above.