1
Fork 0

move Deref coercions to syntax and semantics

It's a language feature, so it belongs here.
This commit is contained in:
Steve Klabnik 2015-04-18 16:56:49 -04:00
parent 5b54a4f03b
commit 1646ebd5ba

View file

@ -14,7 +14,6 @@
* [Concurrency](concurrency.md) * [Concurrency](concurrency.md)
* [Error Handling](error-handling.md) * [Error Handling](error-handling.md)
* [FFI](ffi.md) * [FFI](ffi.md)
* [Deref coercions](deref-coercions.md)
* [Syntax and Semantics](syntax-and-semantics.md) * [Syntax and Semantics](syntax-and-semantics.md)
* [Variable Bindings](variable-bindings.md) * [Variable Bindings](variable-bindings.md)
* [Functions](functions.md) * [Functions](functions.md)
@ -53,6 +52,7 @@
* [Casting between types](casting-between-types.md) * [Casting between types](casting-between-types.md)
* [Associated Types](associated-types.md) * [Associated Types](associated-types.md)
* [Unsized Types](unsized-types.md) * [Unsized Types](unsized-types.md)
* [Deref coercions](deref-coercions.md)
* [Macros](macros.md) * [Macros](macros.md)
* [`unsafe` Code](unsafe-code.md) * [`unsafe` Code](unsafe-code.md)
* [Nightly Rust](nightly-rust.md) * [Nightly Rust](nightly-rust.md)