1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//! A value captured or inferred for a single invocation.
//! 单次调用中捕获或推断的值。
use crateSourceLocation;
use LocalKind;
use Observation;
/// A value captured or inferred for a single invocation.
/// 单次调用中捕获或推断的值。
///
/// `observation` is `Unobserved` for MIR-only locals. Such values describe a
/// possible binding and never claim that a runtime value was seen.
/// `observation` 为 `Unobserved` 时表示仅由 MIR 推断,不能当作运行时实值。