You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, to refer to a label "in this repository," you refer to it as //foo:bar. If the WORKSPACE defines workspace(name = 'repo'), perhaps we should also allow referring to it as @repo//foo:bar.
Right now, to refer to a label "in this repository," you refer to it as //foo:bar. If the WORKSPACE defines
workspace(name = 'repo'), perhaps we should also allow referring to it as@repo//foo:bar.This came up in bazelbuild/rules_rust#7.