I'm working on a lab from gns3vault and I think i've come across something that can't be done.
IPv6 Static Route | IPv6
In this lab (item #5) It asks you to configure a static route to a loopback on a directly connected router using only the outbound interface and not a next hop address.
If you specify a command like
ipv6 route 2001::4/128 FastEthernet 0/0 and 2001::4/128 is the Loopback 0 address of a dricetly connected router, it' doesn't seem like you should be able to reach that address without another static route or an IGP.