Главная
Study mode:
on
1
Intro
2
type checking
3
method calls
4
method probing
5
bad type
6
probe
7
probe scope
8
recipe
9
inherent methods
10
special rules
11
extension candidates
12
pick
13
pickcore
14
autoref
15
cons
16
failure
17
ambiguity
18
normalize
19
return type
20
consider candidates
21
consider extension methods
22
pick all method
23
pick results
24
additional consideration
25
assembly
26
confirm
Description:
Explore the intricacies of method selection in Rust programming through this comprehensive 1-hour 14-minute conference talk. Delve into the mechanics behind `.call()` operations, understanding their purpose, challenges, and inner workings. Learn about introtype checking, method calls, probing techniques, and special rules for inherent methods. Examine extension candidates, pick algorithms, autoref considerations, and normalization processes. Gain insights into handling ambiguities, considering multiple candidates, and addressing additional considerations in method selection. By the end of this talk, acquire a deeper understanding of Rust's method selection process and its impact on efficient programming.

Method Selection in Rust: Understanding Compiler Errors - Session 1

Rust
Add to list