File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ methods or traits that are visible outside the function.
13
13
[ motivation ] : #motivation
14
14
15
15
Currently, tools cross-referencing uses and definitions (such as IDEs) must
16
- search inside all function bodies to find potential definitions corresponding
17
- to uses within a function.
16
+ either search inside all function bodies to find potential definitions
17
+ corresponding to uses within a function, or not cross-reference those
18
+ definitions at all.
18
19
19
20
Humans cross-referencing such uses and definitions may find themselves
20
21
similarly baffled.
21
22
22
23
With this change, both humans and tools can limit the scope of their search and
23
- avoid looking for definitions inside other functions.
24
+ avoid looking for definitions inside other functions, without missing any
25
+ relevant definitions.
24
26
25
27
# Explanation
26
28
[ explanation ] : #explanation
You can’t perform that action at this time.
0 commit comments